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: Vector3the position of the entity |
| world | var world: Worldthe world that the entity belongs to |