C# Class DropLogic

Inheritance: MonoBehaviour, Quanter
Afficher le fichier Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Méthodes publiques

Свойство Type Description
enable bool

Méthodes publiques

Méthode Description
Act ( ) : void
Awake ( ) : void
OnTriggerEnter2D ( Collider2D col ) : void
Start ( ) : void
Update ( ) : void

Method Details

Act() public méthode

public Act ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

enable public_oe property

public bool enable
Résultat bool