Construct a new component.
Children of the entity.
Is the component enabled.
Entity that this component is attached to.
Entity's parent in the hierarchy.
Position of the entity.
Previous position of the entity. Used for interpolation.
Rotation of the entity.
Scale of the entity.
Size of the entity.
Returns the component id.
The component id.
Awake.
Late update.
Start.
Tranlates the entity by the given vector.
The translation vector.
Update.
Generated using TypeDoc
The transform component is used to store the position, rotation and scale of an entity.