Class MovementController
- Namespace
- AstraEngine.Examples.PlayerMovement
- Assembly
- AstraEngine.Examples.dll
public sealed class MovementController : Component
- Inheritance
-
MovementController
- Inherited Members
Properties
Speed
The speed of the entity
public double Speed { get; set; }
Property Value
Methods
Initialize()
Executed when this Component is first active. Runs before Tick.
public override void Initialize()
Tick(double)
Apply's a time based changes
public override void Tick(double delta)
Parameters
deltadoubleThe amount of time in seconds that has passed