Bagikan melalui


IDrawable Members

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

Public Properties

Name Description
Public Property DrawOrder The order in which to draw this object relative to other objects. Objects with a lower value are drawn first.
Public Property Visible Indicates whether IDrawable.Draw should be called in Game.Draw for this game component.

Public Methods

Name Description
Public Method Draw Draws the IDrawable.

Public Events

Name Description
Public Event DrawOrderChanged Raised when the DrawOrder property changes.
Public Event VisibleChanged Raised when the Visible property changes.

See Also

Reference

IDrawable Interface
Microsoft.Xna.Framework Namespace