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
KeyTrigger
C# Class KeyTrigger, Paths-of-The-Heart
Inheritance:
MonoBehaviour
ファイルを表示
Open project: OneGameAMonth/Paths-of-The-Heart
Class Usage Examples
Public Properties
Property
Type
Description
Lights
Light[]
Public Methods
Method
Description
OnTriggerEnter
(
Collider
collision
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
OnTriggerEnter()
public
method
public
OnTriggerEnter
(
Collider
collision
) :
void
collision
Collider
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
Lights
public_oe property
public
Light[]
Lights
return
Light[]