C# Class Game.Sphere

Show file Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
ID int
JustEntered bool
RotationZ System.Single
Speed System.Single
UnitySphere UnitySphere
frame int

Public Methods

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

Method Details

Rule0() public method

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

Rule1() public method

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

Sphere() public method

public Sphere ( UnityEngine position ) : Casanova.Prelude
position UnityEngine
return Casanova.Prelude

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

RotationZ public property

public Single,System RotationZ
return System.Single

Speed public property

public Single,System Speed
return System.Single

UnitySphere public property

public UnitySphere UnitySphere
return UnitySphere

frame public property

public int frame
return int