C# Class Pillars_Flappy, otterspace

Inheritance: MiniGame
Mostra file Open project: dimo2/otterspace Class Usage Examples

Public Properties

Property Type Description
pillarInterval float
pillars GameObject
starPrefab GameObject

Public Methods

Method Description
CreatePillar ( ) : void
IsLost ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CreatePillar() public method

public CreatePillar ( ) : void
return void

IsLost() public method

public IsLost ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

pillarInterval public_oe property

public float pillarInterval
return float

pillars public_oe property

public GameObject pillars
return GameObject

starPrefab public_oe property

public GameObject starPrefab
return GameObject