Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
contactK
C# Class contactK, COMA
Inheritance:
MonoBehaviour
Show file
Open project: GDACollab/COMA
Public Properties
Property
Type
Description
glow
GameObject
greyNote
Sprite
Public Methods
Method
Description
OnTriggerExit2D
(
Collider2D
other
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
OnTriggerExit2D()
public
method
public
OnTriggerExit2D
(
Collider2D
other
) :
void
other
UnityEngine.Collider2D
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
glow
public property
public
GameObject
glow
return
GameObject
greyNote
public property
public
Sprite
greyNote
return
Sprite