C# Class Sol.InteractiblePuzzle

Inheritance: InteractibleObject
ファイルを表示 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_oe property

public List collidersToDeactivate
return List

complete protected_oe property

protected bool complete
return bool

levelObject public_oe property

public Object levelObject
return Object

message public_oe property

public string message
return string

missionObject public_oe property

public Object missionObject
return Object

myPuzzleCanvas public_oe property

public GameObject,UnityEngine myPuzzleCanvas
return UnityEngine.GameObject

objectsToActivate public_oe property

public List objectsToActivate
return List

objectsToDeactivate public_oe property

public List objectsToDeactivate
return List

objectsToTrigger public_oe property

public List objectsToTrigger
return List

puzzleManager public_oe property

public PuzzleManager puzzleManager
return PuzzleManager

puzzleScaled public_oe property

public bool puzzleScaled
return bool

questTrigger public_oe property

public bool questTrigger
return bool

uiEvents public_oe property

public UIEvents uiEvents
return UIEvents