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
ParticlesOffOnMouseOver
C# Class ParticlesOffOnMouseOver, Elemental
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: CodeStrumpet/Elemental
Public Properties
Property
Type
Description
offColor
Color
onColor
Color
pe
ParticleEmitter
Public Methods
Method
Description
OnMouseEnter
( ) :
void
OnMouseExit
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
OnMouseEnter()
public
method
public
OnMouseEnter
( ) :
void
return
void
OnMouseExit()
public
method
public
OnMouseExit
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
offColor
public_oe property
public
Color
offColor
return
Color
onColor
public_oe property
public
Color
onColor
return
Color
pe
public_oe property
public
ParticleEmitter
pe
return
ParticleEmitter