C# Class Sol.QuestObjective

Show file Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
displayTexts List
isQuestChoice bool
objectiveText string
questTrigger QuestTrigger
soundControls SoundControls
speaker Speaker
waypointTargets List

Protected Properties

Property Type Description
cachedHudManager bl_HudManager
spawnedHudInfos List

Public Methods

Method Description
Cleanup ( ) : void
Initialize ( ) : void

Private Methods

Method Description
GetHudInfo ( Transform target ) : bl_HudInfo

Method Details

Cleanup() public method

public Cleanup ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

Property Details

cachedHudManager protected property

protected bl_HudManager cachedHudManager
return bl_HudManager

displayTexts public property

public List displayTexts
return List

isQuestChoice public property

public bool isQuestChoice
return bool

objectiveText public property

public string objectiveText
return string

questTrigger public property

public QuestTrigger,Sol questTrigger
return QuestTrigger

soundControls public property

public SoundControls,Sol soundControls
return SoundControls

spawnedHudInfos protected property

protected List spawnedHudInfos
return List

speaker public property

public Speaker speaker
return Speaker

waypointTargets public property

public List waypointTargets
return List