IUpdateable Members
The following tables list the members exposed by the IUpdateable type.
Public Properties
![Public Property Public Property](images/bb195166.pubproperty(en-us,xnagamestudio.41).gif) |
Enabled |
Indicates whether the game component's Update method should be called in Game.Update. |
![Public Property Public Property](images/bb195166.pubproperty(en-us,xnagamestudio.41).gif) |
UpdateOrder |
Indicates when the game component should be updated relative to other game components. Lower values are updated first. |
Public Methods
![Public Method Public Method](images/bb195174.pubmethod(en-us,xnagamestudio.41).gif) |
Update |
Called when the game component should be updated. |
Public Events
See Also
Reference
IUpdateable Interface
Microsoft.Xna.Framework Namespace