This topic has not yet been rated - Rate this topic

GameComponent.Enabled Property

Indicates whether GameComponent.Update should be called when Game.Update is called.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Game (in microsoft.xna.framework.game.dll)

public bool Enabled { get; set; }

Property Value

true if GameComponent.Update should be called; false otherwise.
Xbox 360, Windows 7, Windows Vista, Windows XP
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.