graphmine-core / io.github.sof3.graphmine.entity / EntityState
open class EntityState
Contains the savable data of an entity
<init> | EntityState(world: World , vector: Vector3) Contains the savable data of an entity |
vector | var vector: Vector3 the position of the entity |
world | var world: World the world that the entity belongs to |