Share via


IUpdateable Members

The following tables list the members exposed by the IUpdateable type.

Public Properties

Name Description
Public Property Enabled Indicates whether the game component's Update method should be called in Game.Update.
Public Property UpdateOrder Indicates when the game component should be updated relative to other game components. Lower values are updated first.

Public Methods

Name Description
Public Method Update Called when the game component should be updated.

Public Events

Name Description
Public Event EnabledChanged Raised when the Enabled property changes.
Public Event UpdateOrderChanged Raised when the UpdateOrder property changes.

See Also

Reference

IUpdateable Interface
Microsoft.Xna.Framework Namespace