C# Class Game.Sphere

Mostra 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_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

RotationZ public_oe property

public Single,System RotationZ
return System.Single

Speed public_oe property

public Single,System Speed
return System.Single

UnitySphere public_oe property

public UnitySphere UnitySphere
return UnitySphere

frame public_oe property

public int frame
return int