C# Class ScriptedEventTrigger, Adagio

Inheritance: MonoBehaviour
Afficher le fichier Open project: technicalvgda/Adagio

Méthodes publiques

Свойство Type Description
currentLevel int
levelActivated int
startedScriptedEvent bool

Méthodes publiques

Méthode Description
IncreaseLevels ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnTriggerEnter2D ( Collider2D col ) : void
Start ( ) : void
Update ( ) : void

Method Details

IncreaseLevels() public méthode

public IncreaseLevels ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : 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

currentLevel public_oe property

public int currentLevel
Résultat int

levelActivated public_oe property

public int levelActivated
Résultat int

startedScriptedEvent public_oe property

public bool startedScriptedEvent
Résultat bool