C# Class SceneChangeScript, Heracles

Inheritance: MonoBehaviour
Afficher le fichier Open project: TrinityUniversityGameDesign/Heracles Class Usage Examples

Méthodes publiques

Свойство Type Description
instantPlayerOnTouch bool
level string
publicLabel string
stopMusic bool

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnGUI ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( ) : void
OnTriggerStay2D ( Collider2D other ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

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

OnTriggerExit2D() public méthode

public OnTriggerExit2D ( ) : void
Résultat void

OnTriggerStay2D() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

instantPlayerOnTouch public_oe property

public bool instantPlayerOnTouch
Résultat bool

level public_oe property

public string level
Résultat string

publicLabel public_oe property

public string publicLabel
Résultat string

stopMusic public_oe property

public bool stopMusic
Résultat bool