C# Class Game.Ball

Inheritance: Game.DrawObject
Show file Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
ID int
JustEntered bool
UnityBall UnityBall
frame int

Public Methods

Method Description
Ball ( UnityEngine position, UnityEngine direction ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Update ( float dt, World world ) : void

Method Details

Ball() public method

public Ball ( UnityEngine position, UnityEngine direction ) : Casanova.Prelude
position UnityEngine
direction UnityEngine
return Casanova.Prelude

Rule0() public method

public Rule0 ( float dt, World world ) : void
dt float
world World
return void

Update() public method

public Update ( float dt, World world ) : void
dt float
world World
return void

Property Details

ID public property

public int ID
return int

JustEntered public property

public bool JustEntered
return bool

UnityBall public property

public UnityBall UnityBall
return UnityBall

frame public property

public int frame
return int