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