C# 클래스 Sol.QuestObjective

파일 보기 프로젝트 열기: Stumpstump/RoverGame 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
displayTexts List
isQuestChoice bool
objectiveText string
questTrigger QuestTrigger
soundControls SoundControls
speaker Speaker
waypointTargets List

보호된 프로퍼티들

프로퍼티 타입 설명
cachedHudManager bl_HudManager
spawnedHudInfos List

공개 메소드들

메소드 설명
Cleanup ( ) : void
Initialize ( ) : void

비공개 메소드들

메소드 설명
GetHudInfo ( Transform target ) : bl_HudInfo

메소드 상세

Cleanup() 공개 메소드

public Cleanup ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

프로퍼티 상세

cachedHudManager 보호되어 있는 프로퍼티

protected bl_HudManager cachedHudManager
리턴 bl_HudManager

displayTexts 공개적으로 프로퍼티

public List displayTexts
리턴 List

isQuestChoice 공개적으로 프로퍼티

public bool isQuestChoice
리턴 bool

objectiveText 공개적으로 프로퍼티

public string objectiveText
리턴 string

questTrigger 공개적으로 프로퍼티

public QuestTrigger,Sol questTrigger
리턴 QuestTrigger

soundControls 공개적으로 프로퍼티

public SoundControls,Sol soundControls
리턴 SoundControls

spawnedHudInfos 보호되어 있는 프로퍼티

protected List spawnedHudInfos
리턴 List

speaker 공개적으로 프로퍼티

public Speaker speaker
리턴 Speaker

waypointTargets 공개적으로 프로퍼티

public List waypointTargets
리턴 List