Class ColorSwapController
- Namespace
- AstraEngine.Examples.ColorSwapExample
- Assembly
- AstraEngine.Examples.dll
public sealed class ColorSwapController : Component
- Inheritance
-
ColorSwapController
- 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