Method | Description | |
---|---|---|
Draw ( |
||
GetEntities ( string name ) : IEnumerable |
||
GetEntity ( string id ) : GameEntity | ||
ResetDeath ( ) : void | ||
ScreenLayer ( |
||
SquareAt ( float px, float py ) : |
||
Start ( ) : void | ||
Stop ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
Draw ( IRenderingContext context, float off_x, float off_y ) : void | ||
IsOnScreen ( float x, float y ) : bool | ||
PlaceEntity ( int index, GameEntity entity ) : void | ||
RespawnEntities ( ) : void | ||
RunKeyframe ( |
public Draw ( |
||
renderArgs | ||
screenPixelWidth | int | |
return | void |
public GetEntities ( string name ) : IEnumerable |
||
name | string | |
return | IEnumerable |
public ScreenLayer ( |
||
info | ||
stage | ||
respawnTracker | IEntityRespawnTracker | |
return | System |
public SquareAt ( float px, float py ) : |
||
px | float | |
py | float | |
return |