Table of Contents

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

double

Methods

Tick(double)

Apply's a time based changes

public override void Tick(double delta)

Parameters

delta double

The amount of time in seconds that has passed