C# Class ButterflyRush.AntRushLevelManager

Inheritance: UnityEngine.MonoBehaviour
Show 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 property

public GameObject,UnityEngine butterflyPrefab
return UnityEngine.GameObject

cocoonCount public property

public int cocoonCount
return int

cocoonPrefab public property

public GameObject,UnityEngine cocoonPrefab
return UnityEngine.GameObject

durationBetweenSpawnAndroid public property

public float durationBetweenSpawnAndroid
return float

durationBetweenSpawnStandalone public property

public float durationBetweenSpawnStandalone
return float

startCount public property

public int startCount
return int