C# Class FinalPuzzleController, Adagio

Inheritance: MonoBehaviour
Afficher le fichier Open project: technicalvgda/Adagio Class Usage Examples

Méthodes publiques

Свойство Type Description
FinalPuzzleDone bool
FinalPuzzleReady bool
buttons GameObject[]
player GameObject
startpoint Vector3

Méthodes publiques

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

Method Details

OnTriggerEnter2D() public méthode

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

OnTriggerExit2D() public méthode

public OnTriggerExit2D ( 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

FinalPuzzleDone public_oe property

public bool FinalPuzzleDone
Résultat bool

FinalPuzzleReady public_oe property

public bool FinalPuzzleReady
Résultat bool

buttons public_oe property

public GameObject[] buttons
Résultat GameObject[]

player public_oe property

public GameObject player
Résultat GameObject

startpoint public_oe property

public Vector3 startpoint
Résultat Vector3