Method | Description | |
---|---|---|
Activate ( ) : void | ||
AddObject ( Entity, obj ) : void | ||
Deactivate ( ) : void | ||
GetAllLivingBeings ( ) : List |
||
GetBlockMatrix ( ) : ].bool[ | ||
IsBlocked ( U16Vec2, coords ) : bool | ||
LocalMap ( ushort width, ushort height ) : System.Collections.Generic | ||
Read ( SymBinaryReader reader ) : void | ||
Write ( BinaryWriter writer ) : void |
Method | Description | |
---|---|---|
MoveObject ( U16Vec2, from, U16Vec2, to ) : void | ||
RemoveObject ( Entity, e ) : void |
public LocalMap ( ushort width, ushort height ) : System.Collections.Generic | ||
width | ushort | |
height | ushort | |
return | System.Collections.Generic |
public Read ( SymBinaryReader reader ) : void | ||
reader | SymBinaryReader | |
return | void |