C# Class HatBehavior

Inheritance: MonoBehaviour
Exibir arquivo 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