C# Class TutorialController, SOFTENG-306-PROJECT-2

Inheritance: MonoBehaviour
Afficher le fichier Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Méthodes publiques

Свойство Type Description
creakyFloorBoard GameObject
firePlace GameObject
hintText Text
lockedDoor GameObject
santa GameObject
sofa GameObject
table GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Distance ( float x1, float y1, float x2, float y2 ) : float
HideHint ( ) : void
ShowHint ( string s ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

creakyFloorBoard public_oe property

public GameObject creakyFloorBoard
Résultat GameObject

firePlace public_oe property

public GameObject firePlace
Résultat GameObject

hintText public_oe property

public Text hintText
Résultat Text

lockedDoor public_oe property

public GameObject lockedDoor
Résultat GameObject

santa public_oe property

public GameObject santa
Résultat GameObject

sofa public_oe property

public GameObject sofa
Résultat GameObject

table public_oe property

public GameObject table
Résultat GameObject