Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
HatBehavior
C# Class HatBehavior
Inheritance:
MonoBehaviour
Datei anzeigen
Open project: SNUGDC/stardust
Public Properties
Property
Type
Description
HatActive
bool
Player
GameObject
Public Methods
Method
Description
OnTriggerEnter2D
(
Collider2D
other
) :
void
Update
( ) :
void
Method Details
OnTriggerEnter2D()
public
method
public
OnTriggerEnter2D
(
Collider2D
other
) :
void
other
UnityEngine.Collider2D
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
HatActive
public_oe property
public
bool
HatActive
return
bool
Player
public_oe property
public
GameObject
Player
return
GameObject