C# Class UnloadLevel, PGP2

Inheritance: MonoBehaviour
ファイルを表示 Open project: theiis/PGP2

Public Properties

Property Type Description
lvlLoadItem GameObject

Public Methods

Method Description
Awake ( ) : void
OnTriggerEnter ( Collider col ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider col ) : void
col Collider
return void

Property Details

lvlLoadItem public_oe property

public GameObject lvlLoadItem
return GameObject