C# Class ButterflyRush.AntRushLevelManager

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: BrainProject/UnityTemp Class Usage Examples

Public Properties

Property Type Description
butterflyPrefab UnityEngine.GameObject
cocoonCount int
cocoonPrefab UnityEngine.GameObject
durationBetweenSpawnAndroid float
durationBetweenSpawnStandalone float
startCount int

Public Methods

Method Description
Awake ( ) : void
CheckVictory ( ) : void
RestartLevel ( ) : void
SpawnCacoon ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

CheckVictory() public method

public CheckVictory ( ) : void
return void

RestartLevel() public method

public RestartLevel ( ) : void
return void

SpawnCacoon() public method

public SpawnCacoon ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

butterflyPrefab public_oe property

public GameObject,UnityEngine butterflyPrefab
return UnityEngine.GameObject

cocoonCount public_oe property

public int cocoonCount
return int

cocoonPrefab public_oe property

public GameObject,UnityEngine cocoonPrefab
return UnityEngine.GameObject

durationBetweenSpawnAndroid public_oe property

public float durationBetweenSpawnAndroid
return float

durationBetweenSpawnStandalone public_oe property

public float durationBetweenSpawnStandalone
return float

startCount public_oe property

public int startCount
return int