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
KeyScript
C# Class KeyScript, SOFTENG-306-PROJECT-2
Inheritance:
MonoBehaviour
ファイルを表示
Open project: gdsl/SOFTENG-306-PROJECT-2
Class Usage Examples
Public Properties
Property
Type
Description
id
int
keyPanelScript
KeyPanelScript
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
id
public_oe property
public
int
id
return
int
keyPanelScript
public_oe property
public
KeyPanelScript
keyPanelScript
return
KeyPanelScript