C# Class Sol.QuestTrigger

Inheritance: InteractibleObject
Exibir arquivo Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
endQuest bool
initialized bool
targetQuest int
triggerObjects List

Public Methods

Method Description
Cleanup ( ) : void
CompleteObjective ( ) : void
HoverEnterInteractible ( ) : void
HoverEnterSeen ( ) : void
HoverExitInteractible ( ) : void
HoverExitSeen ( ) : void
Initialize ( ) : void

Protected Methods

Method Description
Update ( ) : void

Private Methods

Method Description
ProceedCoroutine ( ) : IEnumerator

Method Details

Cleanup() public method

public Cleanup ( ) : void
return void

CompleteObjective() public method

public CompleteObjective ( ) : void
return void

HoverEnterInteractible() public method

public HoverEnterInteractible ( ) : void
return void

HoverEnterSeen() public method

public HoverEnterSeen ( ) : void
return void

HoverExitInteractible() public method

public HoverExitInteractible ( ) : void
return void

HoverExitSeen() public method

public HoverExitSeen ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

endQuest public_oe property

public bool endQuest
return bool

initialized public_oe property

public bool initialized
return bool

targetQuest public_oe property

public int targetQuest
return int

triggerObjects public_oe property

public List triggerObjects
return List