Table of Contents

Class PlayerCollisionController

Namespace
AstraEngine.Examples.Collisions
Assembly
AstraEngine.Examples.dll
public sealed class PlayerCollisionController : Component
Inheritance
PlayerCollisionController
Inherited Members

Constructors

PlayerCollisionController(EnemyController)

public PlayerCollisionController(EnemyController enemy)

Parameters

enemy EnemyController

Properties

Speed

The speed of the entity

public double Speed { get; set; }

Property Value

double

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

delta double

The amount of time in seconds that has passed