C# Class Pillars_Flappy, otterspace

Inheritance: MiniGame
Afficher le fichier Open project: dimo2/otterspace Class Usage Examples

Méthodes publiques

Свойство Type Description
pillarInterval float
pillars GameObject
starPrefab GameObject

Méthodes publiques

Méthode Description
CreatePillar ( ) : void
IsLost ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CreatePillar() public méthode

public CreatePillar ( ) : void
Résultat void

IsLost() public méthode

public IsLost ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

pillarInterval public_oe property

public float pillarInterval
Résultat float

pillars public_oe property

public GameObject pillars
Résultat GameObject

starPrefab public_oe property

public GameObject starPrefab
Résultat GameObject