C# Class TransportTo, Heracles

Inheritance: MonoBehaviour
Afficher le fichier Open project: TrinityUniversityGameDesign/Heracles

Méthodes publiques

Свойство Type Description
oneUse bool
triggeredByPlayer bool
x float

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
shake ( ) : void

Method Details

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D other ) : void
other 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

shake() public méthode

public shake ( ) : void
Résultat void

Property Details

oneUse public_oe property

public bool oneUse
Résultat bool

triggeredByPlayer public_oe property

public bool triggeredByPlayer
Résultat bool

x public_oe property

public float x
Résultat float