C# Class Sol.QuestTrigger

Inheritance: InteractibleObject
Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
endQuest bool
initialized bool
targetQuest int
triggerObjects List

Méthodes publiques

Méthode Description
Cleanup ( ) : void
CompleteObjective ( ) : void
HoverEnterInteractible ( ) : void
HoverEnterSeen ( ) : void
HoverExitInteractible ( ) : void
HoverExitSeen ( ) : void
Initialize ( ) : void

Méthodes protégées

Méthode Description
Update ( ) : void

Private Methods

Méthode Description
ProceedCoroutine ( ) : IEnumerator

Method Details

Cleanup() public méthode

public Cleanup ( ) : void
Résultat void

CompleteObjective() public méthode

public CompleteObjective ( ) : void
Résultat void

HoverEnterInteractible() public méthode

public HoverEnterInteractible ( ) : void
Résultat void

HoverEnterSeen() public méthode

public HoverEnterSeen ( ) : void
Résultat void

HoverExitInteractible() public méthode

public HoverExitInteractible ( ) : void
Résultat void

HoverExitSeen() public méthode

public HoverExitSeen ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

endQuest public_oe property

public bool endQuest
Résultat bool

initialized public_oe property

public bool initialized
Résultat bool

targetQuest public_oe property

public int targetQuest
Résultat int

triggerObjects public_oe property

public List triggerObjects
Résultat List