C# Class MiniGame_DodgeAsteroids, otterspace

Inheritance: MiniGame
Afficher le fichier Open project: dimo2/otterspace

Méthodes publiques

Свойство Type Description
asteroid1Prefab GameObject
asteroid2Prefab GameObject
asteroid3Prefab GameObject
finishPrefab GameObject
landscape0Prefab GameObject
landscape1Prefab GameObject
landscape2Prefab GameObject
landscape3Prefab GameObject
landscape4Prefab GameObject
mondPrefab GameObject
otterUfoPrefab GameObject
publicTimeFactor float
starPrefab GameObject
timeToAppear float
ufoScript MiniGame_DA_OtterUfo,

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

asteroid1Prefab public_oe property

public GameObject asteroid1Prefab
Résultat GameObject

asteroid2Prefab public_oe property

public GameObject asteroid2Prefab
Résultat GameObject

asteroid3Prefab public_oe property

public GameObject asteroid3Prefab
Résultat GameObject

finishPrefab public_oe property

public GameObject finishPrefab
Résultat GameObject

landscape0Prefab public_oe property

public GameObject landscape0Prefab
Résultat GameObject

landscape1Prefab public_oe property

public GameObject landscape1Prefab
Résultat GameObject

landscape2Prefab public_oe property

public GameObject landscape2Prefab
Résultat GameObject

landscape3Prefab public_oe property

public GameObject landscape3Prefab
Résultat GameObject

landscape4Prefab public_oe property

public GameObject landscape4Prefab
Résultat GameObject

mondPrefab public_oe property

public GameObject mondPrefab
Résultat GameObject

otterUfoPrefab public_oe property

public GameObject otterUfoPrefab
Résultat GameObject

publicTimeFactor public_oe property

public float publicTimeFactor
Résultat float

starPrefab public_oe property

public GameObject starPrefab
Résultat GameObject

timeToAppear public_oe property

public float timeToAppear
Résultat float

ufoScript public_oe property

public MiniGame_DA_OtterUfo, ufoScript
Résultat MiniGame_DA_OtterUfo,