Class QuestControl
Inheritance
System.Object
QuestControl
Assembly: cs.temp.dll.dll
Syntax
public class QuestControl : MonoBehaviour
Fields
agent
Class for quest control.
Enable waypoint object one-by-one as the game progresses.
Show text for every waypoint.
Declaration
Field Value
Type |
Description |
GameObject |
|
displayWaypoints
Declaration
public bool displayWaypoints
Field Value
Type |
Description |
System.Boolean |
|
messages
Declaration
public List<string> messages
Field Value
Type |
Description |
List<System.String> |
|
QuestComplete
Declaration
[NonSerialized]
public bool QuestComplete
Field Value
Type |
Description |
System.Boolean |
|
textElement
Declaration
Field Value
waypointObjects
Declaration
public List<QuestWaypoint> waypointObjects
Field Value
Events
OnWaypointChange
Declaration
public event Action<QuestWaypoint> OnWaypointChange
Event Type