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

Inheritance: MonoBehaviour
Datei anzeigen Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Public Properties

Property Type Description
creakyFloorBoard GameObject
firePlace GameObject
hintText Text
lockedDoor GameObject
santa GameObject
sofa GameObject
table GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

creakyFloorBoard public_oe property

public GameObject creakyFloorBoard
return GameObject

firePlace public_oe property

public GameObject firePlace
return GameObject

hintText public_oe property

public Text hintText
return Text

lockedDoor public_oe property

public GameObject lockedDoor
return GameObject

santa public_oe property

public GameObject santa
return GameObject

sofa public_oe property

public GameObject sofa
return GameObject

table public_oe property

public GameObject table
return GameObject