Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
LevelSettings
C# Class LevelSettings
Inheritance:
MonoBehaviour
ファイルを表示
Open project: greggman/hft-unity-gamepad
Class Usage Examples
Public Properties
Property
Type
Description
bottomOfLevel
Transform
spawnPoints
Transform[]
Public Methods
Method
Description
Awake
( ) :
void
Cleanup
( ) :
void
OnApplicationExit
( ) :
void
OnDestroy
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
Cleanup()
public
method
public
Cleanup
( ) :
void
return
void
OnApplicationExit()
public
method
public
OnApplicationExit
( ) :
void
return
void
OnDestroy()
public
method
public
OnDestroy
( ) :
void
return
void
Property Details
bottomOfLevel
public_oe property
public
Transform
bottomOfLevel
return
Transform
spawnPoints
public_oe property
public
Transform[]
spawnPoints
return
Transform[]