EntMovement
Movement
Adds MoveDirection / LookDirection variables for other movement components to use
ID: EntMovement
Requires Components: Physics
Required By: Movement AI, Flying Movement, Animated Humanoid, Walking Movement, Hover Movement, Rotate Transform Towards Look Position
Base Type: Entity Component
Values
Name | Type | Description |
---|---|---|
Move Direction | Vector3 Variable | Move Direction is the direction in World space to move |
Look Position | Vector3 Variable | Look Position is the position in the World to look at |
Properties
Name | Type | Description |
---|---|---|
Look Direction | Vector3 | The direction set by the LookPosition and this Entity's position. |
Updated almost 2 years ago