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

Inheritance: MonoBehaviour
Show file 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 property

public GameObject creakyFloorBoard
return GameObject

firePlace public property

public GameObject firePlace
return GameObject

hintText public property

public Text hintText
return Text

lockedDoor public property

public GameObject lockedDoor
return GameObject

santa public property

public GameObject santa
return GameObject

sofa public property

public GameObject sofa
return GameObject

table public property

public GameObject table
return GameObject