[This is preliminary documentation and is subject to change.]
This partial class is used to extend the base DrawableGameComponent object.
Namespace: TehOne.Xna.GameComponents
Implements the members of TehOne.Xna.GameComponents.IXnaGameComponent.
Assembly: TehOne.Xna.GameComponents Version: 1.0.0.2394 (TehOne.Xna.GameComponents)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class XnaDrawableGameComponent _ Inherits DrawableGameComponent _ Implements IXnaGameComponent |
| C# |
|---|
public class XnaDrawableGameComponent : DrawableGameComponent, IXnaGameComponent |
| C++ |
|---|
public ref class XnaDrawableGameComponent : public DrawableGameComponent, IXnaGameComponent |
Remarks
[Missing <remarks> documentation for T:TehOne.Xna.GameComponents.XnaDrawableGameComponent]