Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list the members exposed by the IDrawable type.
Public Properties
Name | Description | |
---|---|---|
![]() |
DrawOrder | The order in which to draw this object relative to other objects. Objects with a lower value are drawn first. |
![]() |
Visible | Indicates whether IDrawable.Draw should be called in Game.Draw for this game component. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Draw | Draws the IDrawable. |
Public Events
Name | Description | |
---|---|---|
![]() |
DrawOrderChanged | Raised when the DrawOrder property changes. |
![]() |
VisibleChanged | Raised when the Visible property changes. |