Property | Type | Description | |
---|---|---|---|
lastDrawTick | int |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Collide ( Sonic sonic, string sensor, dynamic piece ) : bool | ||
Collides ( Point sonic ) : |
||
Collision ( Point sonic, bool isHurtMap ) : |
||
Draw ( |
||
GetRect ( ) : |
||
HurtSonic ( Sonic sonic, string sensor, dynamic piece ) : bool | ||
HurtsSonic ( Point sonic ) : |
||
Kill ( ) : void | ||
LevelObjectInfo ( |
||
Log ( string txt, int level = 100 ) : void | ||
MainPieceLayout ( ) : |
||
Reset ( ) : void | ||
SetObjectData ( |
||
SetPieceLayoutIndex ( int ind ) : void | ||
Tick ( |
||
twoDArray ( int map, int x, int y, bool xflip, bool yflip ) : bool |
public Collide ( Sonic sonic, string sensor, dynamic piece ) : bool | ||
sonic | Sonic | |
sensor | string | |
piece | dynamic | |
return | bool |
public Collides ( Point sonic ) : |
||
sonic | Point | |
return |
public Collision ( Point sonic, bool isHurtMap ) : |
||
sonic | Point | |
isHurtMap | bool | |
return |
public Draw ( |
||
canvas | ||
x | int | |
y | int | |
showHeightMap | bool | |
return | void |
public HurtSonic ( Sonic sonic, string sensor, dynamic piece ) : bool | ||
sonic | Sonic | |
sensor | string | |
piece | dynamic | |
return | bool |
public HurtsSonic ( Point sonic ) : |
||
sonic | Point | |
return |
public LevelObjectInfo ( |
||
o | ||
return | System |
public Log ( string txt, int level = 100 ) : void | ||
txt | string | |
level | int | |
return | void |
public MainPieceLayout ( ) : |
||
return |
public SetObjectData ( |
||
obj | ||
return | void |
public SetPieceLayoutIndex ( int ind ) : void | ||
ind | int | |
return | void |
public Tick ( |
||
@object | ||
level | SonicLevel | |
sonic | Sonic | |
return | bool |
public twoDArray ( int map, int x, int y, bool xflip, bool yflip ) : bool | ||
map | int | |
x | int | |
y | int | |
xflip | bool | |
yflip | bool | |
return | bool |