C# Class Vtj.Contest.Shooter.StraightMotion

Inheritance: IMotion
Mostrar archivo Open project: Ventajou/Space-Dinosaurs Class Usage Examples

Public Methods

Method Description
StraightMotion ( Vtj.Gaming.Vector2D motionVector ) : System
Update ( GameObject gameObject, float deltaTime ) : void

Method Details

StraightMotion() public method

public StraightMotion ( Vtj.Gaming.Vector2D motionVector ) : System
motionVector Vtj.Gaming.Vector2D
return System

Update() public method

public Update ( GameObject gameObject, float deltaTime ) : void
gameObject Vtj.Gaming.GameObject
deltaTime float
return void