TransformComponent - acrimi/Raven GitHub Wiki

TransformComponent works with SpatialComponent to define an entity's position relative to some other entity. Whenever the component's parent entity moves, the SpatialComponent will automatically be updated according to the component's localTransform. The component also keeps a reference to all of the entity's children (entities for whom this entity is their TransformComponent's parent).

Configuration

This component doesn't accept any configuration parameters

Properties

This component has no exposed properties