Property | Type | Description | |
---|---|---|---|
cModel | |||
unit |
Property | Type | Description | |
---|---|---|---|
myGame |
Method | Description | |
---|---|---|
CDrawableComponent ( |
||
Draw ( |
This method renders the current state.
|
|
Update ( |
Allows the game component to update itself.
|
public CDrawableComponent ( |
||
game | ||
unit | ||
model | ||
return | System |
public Draw ( |
||
gameTime | The elapsed game time. | |
return | void |
public Update ( |
||
gameTime | Provides a snapshot of timing values. | |
return | void |