Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ActivationTrigger
C# Class ActivationTrigger, Lurk2015
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: gmuGADIG/Lurk2015
Class Usage Examples
Public Properties
Property
Type
Description
onTriggerEnter
UnityEvent
onTriggerExit
UnityEvent
onTriggerStay
UnityEvent
Public Methods
Method
Description
OnTriggerEnter
( ) :
void
OnTriggerExit
( ) :
void
OnTriggerStay
( ) :
void
Method Details
OnTriggerEnter()
public
method
public
OnTriggerEnter
( ) :
void
return
void
OnTriggerExit()
public
method
public
OnTriggerExit
( ) :
void
return
void
OnTriggerStay()
public
method
public
OnTriggerStay
( ) :
void
return
void
Property Details
onTriggerEnter
public_oe property
public
UnityEvent
onTriggerEnter
return
UnityEvent
onTriggerExit
public_oe property
public
UnityEvent
onTriggerExit
return
UnityEvent
onTriggerStay
public_oe property
public
UnityEvent
onTriggerStay
return
UnityEvent