C# Class Sol.InteractiblePuzzle

Inheritance: InteractibleObject
Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Свойство 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

Свойство Type Description
complete bool

Méthodes publiques

Méthode Description
InitiatePuzzle ( ) : void
Interact ( ) : void
Update ( ) : void

Method Details

InitiatePuzzle() public méthode

public InitiatePuzzle ( ) : void
Résultat void

Interact() public méthode

public Interact ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

collidersToDeactivate public_oe property

public List collidersToDeactivate
Résultat List

complete protected_oe property

protected bool complete
Résultat bool

levelObject public_oe property

public Object levelObject
Résultat Object

message public_oe property

public string message
Résultat string

missionObject public_oe property

public Object missionObject
Résultat Object

myPuzzleCanvas public_oe property

public GameObject,UnityEngine myPuzzleCanvas
Résultat UnityEngine.GameObject

objectsToActivate public_oe property

public List objectsToActivate
Résultat List

objectsToDeactivate public_oe property

public List objectsToDeactivate
Résultat List

objectsToTrigger public_oe property

public List objectsToTrigger
Résultat List

puzzleManager public_oe property

public PuzzleManager puzzleManager
Résultat PuzzleManager

puzzleScaled public_oe property

public bool puzzleScaled
Résultat bool

questTrigger public_oe property

public bool questTrigger
Résultat bool

uiEvents public_oe property

public UIEvents uiEvents
Résultat UIEvents