C# Class Game.Sphere

Afficher le fichier Open project: vs-team/casanova-mk2 Class Usage Examples

Méthodes publiques

Свойство Type Description
ID int
JustEntered bool
RotationZ System.Single
Speed System.Single
UnitySphere UnitySphere
frame int

Méthodes publiques

Méthode 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 méthode

public Rule0 ( float dt, World world ) : void
dt float
world World
Résultat void

Rule1() public méthode

public Rule1 ( float dt, World world ) : void
dt float
world World
Résultat void

Sphere() public méthode

public Sphere ( UnityEngine position ) : Casanova.Prelude
position UnityEngine
Résultat Casanova.Prelude

Update() public méthode

public Update ( float dt, World world ) : void
dt float
world World
Résultat void

Property Details

ID public_oe property

public int ID
Résultat int

JustEntered public_oe property

public bool JustEntered
Résultat bool

RotationZ public_oe property

public Single,System RotationZ
Résultat System.Single

Speed public_oe property

public Single,System Speed
Résultat System.Single

UnitySphere public_oe property

public UnitySphere UnitySphere
Résultat UnitySphere

frame public_oe property

public int frame
Résultat int