C# Class Sol.InteractiblePuzzle

Inheritance: InteractibleObject
Show file Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
collidersToDeactivate List
levelObject Object
message string
missionObject Object
myPuzzleCanvas UnityEngine.GameObject
objectsToActivate List
objectsToDeactivate List
objectsToTrigger List
puzzleManager PuzzleManager
puzzleScaled bool
questTrigger bool
uiEvents UIEvents

Protected Properties

Property Type Description
complete bool

Public Methods

Method Description
InitiatePuzzle ( ) : void
Interact ( ) : void
Update ( ) : void

Method Details

InitiatePuzzle() public method

public InitiatePuzzle ( ) : void
return void

Interact() public method

public Interact ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

collidersToDeactivate public property

public List collidersToDeactivate
return List

complete protected property

protected bool complete
return bool

levelObject public property

public Object levelObject
return Object

message public property

public string message
return string

missionObject public property

public Object missionObject
return Object

myPuzzleCanvas public property

public GameObject,UnityEngine myPuzzleCanvas
return UnityEngine.GameObject

objectsToActivate public property

public List objectsToActivate
return List

objectsToDeactivate public property

public List objectsToDeactivate
return List

objectsToTrigger public property

public List objectsToTrigger
return List

puzzleManager public property

public PuzzleManager puzzleManager
return PuzzleManager

puzzleScaled public property

public bool puzzleScaled
return bool

questTrigger public property

public bool questTrigger
return bool

uiEvents public property

public UIEvents uiEvents
return UIEvents