IAnimalWorldBoundary Properties |
The IAnimalWorldBoundary type exposes the following members.
Name | Description | |
---|---|---|
![]() | CurrentAnimalState |
Retrieves the current state of a creature within the world. This
state will be immutable and can't be changed, and actually represents
an animal state for the previous tick and not the currently executed
tick.
|
![]() | CurrentOrganismState |
Gets the most up to date state object for the current
creature.
(Inherited from IOrganismWorldBoundary.) |
![]() | ID |
Retrieves the organism ID representing your creature within the world.
(Inherited from IOrganismWorldBoundary.) |
![]() | WorldHeight |
Returns the height of the world in game units (pixels).
(Inherited from IOrganismWorldBoundary.) |
![]() | WorldWidth |
Returns the width of the world in game units (pixels);
(Inherited from IOrganismWorldBoundary.) |