Entity interface that both client and server entities implement. More...
Properties | |
uint | Id [get] |
Entity id. More... | |
string | Type [get] |
Entity type. More... | |
bool | IsDestroyed [get] |
Is the entity destroyed? More... | |
ksIReadOnlyTransform | Transform [get] |
Transform More... | |
ksIReadOnlyTransform2D | Transform2D [get] |
2D Transform More... | |
ksPropertyMap | Properties [get] |
Entity properties. More... | |
ksCollisionFilter | CollisionFilter [get] |
Determines which entities to collide with and notify of collision/overlap events. More... | |
Entity interface that both client and server entities implement.
|
get |
Determines which entities to collide with and notify of collision/overlap events.
|
get |
Entity id.
|
get |
Is the entity destroyed?
|
get |
Entity properties.
|
get |
Transform
|
get |
2D Transform
|
get |
Entity type.