Interface IUpdateable
An interface that is called by Update(Game
Properties
Enabled
Gets a value indicating whether the game component's Update method should be called by Update(Game
Property Value
- bool
true
if update is enabled; otherwise,false
.
UpdateOrder
Gets the update order relative to other game components. Lower values are updated first.
Property Value
- int
The update order.
Methods
Update(GameTime)
This method is called when this game component is updated.
Parameters
gameTime
GameTime The current timing.
Events
EnabledChanged
Occurs when the Enabled property changes.
Event Type
UpdateOrderChanged
Occurs when the Update