C# Class HatBehavior

Inheritance: MonoBehaviour
Afficher le fichier Open project: SNUGDC/stardust

Méthodes publiques

Свойство Type Description
HatActive bool
Player GameObject

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D other ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

HatActive public_oe property

public bool HatActive
Résultat bool

Player public_oe property

public GameObject Player
Résultat GameObject