C# Class MiniGame_DodgeAsteroids, otterspace

Inheritance: MiniGame
ファイルを表示 Open project: dimo2/otterspace

Public Properties

Property 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,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

asteroid1Prefab public_oe property

public GameObject asteroid1Prefab
return GameObject

asteroid2Prefab public_oe property

public GameObject asteroid2Prefab
return GameObject

asteroid3Prefab public_oe property

public GameObject asteroid3Prefab
return GameObject

finishPrefab public_oe property

public GameObject finishPrefab
return GameObject

landscape0Prefab public_oe property

public GameObject landscape0Prefab
return GameObject

landscape1Prefab public_oe property

public GameObject landscape1Prefab
return GameObject

landscape2Prefab public_oe property

public GameObject landscape2Prefab
return GameObject

landscape3Prefab public_oe property

public GameObject landscape3Prefab
return GameObject

landscape4Prefab public_oe property

public GameObject landscape4Prefab
return GameObject

mondPrefab public_oe property

public GameObject mondPrefab
return GameObject

otterUfoPrefab public_oe property

public GameObject otterUfoPrefab
return GameObject

publicTimeFactor public_oe property

public float publicTimeFactor
return float

starPrefab public_oe property

public GameObject starPrefab
return GameObject

timeToAppear public_oe property

public float timeToAppear
return float

ufoScript public_oe property

public MiniGame_DA_OtterUfo, ufoScript
return MiniGame_DA_OtterUfo,