XNA Game Studio 3.1
IDrawable Members

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

Public Properties

NameDescription
Public PropertyDrawOrderThe order in which to draw this object relative to other objects. Objects with a lower value are drawn first.
Public PropertyVisible Indicates whether IDrawable.Draw should be called in Game.Draw for this game component.
Public Methods

NameDescription
Public MethodDrawDraws the IDrawable.
Public Events

NameDescription
Public EventDrawOrderChangedRaised when the DrawOrder property changes.
Public EventVisibleChanged Raised when the Visible property changes.
See Also

Reference

Tags :


Page view tracker