Type Transform
Namespace
GloryEngine.Entities
Summary
Handle for a Transform component
Properties
LocalPosition
The position of the Entity in parent space
LocalRotation
The Quaternion rotation of the Entity in parent space
LocalRotationEuler
The Euler rotation of the Entity in parent space
LocalScale
The scale of the Entity in parent space
WorldPosition
The world position of the Entity in world space
WorldRotation
The Quaternion rotation of the Entity in world space
WorldRotationEuler
The Euler rotation of the Entity in world space
WorldScale
The scale of the Entity in world space
Forward
The direction the z axis of the Entity is facing
Right
The direction the x axis of the Entity is facing
Up
The direction the y axis of the Entity is facing
World
Transform matrix of the Entity in world space