Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PanelArea
C# Class PanelArea
Inheritance:
MonoBehaviour
Mostra file
Open project: Devination/TheRightWay
Public Properties
Property
Type
Description
panel
GameObject
Public Methods
Method
Description
OnTriggerEnter
(
Collider
c
) :
void
OnTriggerExit
(
Collider
c
) :
void
Method Details
OnTriggerEnter()
public
method
public
OnTriggerEnter
(
Collider
c
) :
void
c
Collider
return
void
OnTriggerExit()
public
method
public
OnTriggerExit
(
Collider
c
) :
void
c
Collider
return
void
Property Details
panel
public_oe property
public
GameObject
panel
return
GameObject