Class ScoreComponent
- Namespace
- AstraEngine.Examples.Pong
- Assembly
- AstraEngine.Examples.dll
public sealed class ScoreComponent : Component
- Inheritance
-
ScoreComponent
- Inherited Members
Properties
Score
The score.
public double Score { get; set; }
Property Value
Methods
Tick(double)
Apply's a time based changes
public override void Tick(double delta)
Parameters
deltadoubleThe amount of time in seconds that has passed