C# Class ChimeButton, Adagio

Inheritance: MonoBehaviour
Datei anzeigen Open project: technicalvgda/Adagio

Public Properties

Property Type Description
button GameObject
collide bool
pressed bool

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D col ) : void
OnTriggerExit2D ( Collider2D col ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D col ) : void
col UnityEngine.Collider2D
return void

OnTriggerExit2D() public method

public OnTriggerExit2D ( Collider2D col ) : void
col UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

button public_oe property

public GameObject button
return GameObject

collide public_oe property

public bool collide
return bool

pressed public_oe property

public bool pressed
return bool