Property | Type | Description | |
---|---|---|---|
game |
Method | Description | |
---|---|---|
Build ( ) : void | ||
Destroy ( |
||
Draw ( |
||
OnEntry ( |
||
OnExit ( |
||
SetParentGame ( |
||
SetRunning ( ) : void | ||
Update ( |
public abstract Destroy ( |
||
gameTime | ||
return | void |
public abstract Draw ( |
||
gameTime | ||
return | void |
public abstract OnEntry ( |
||
gameTime | ||
return | void |
public abstract OnExit ( |
||
gameTime | ||
return | void |
public SetParentGame ( |
||
pgame | ||
index | int | |
return | void |
public abstract Update ( |
||
gameTime | ||
return | void |