GameDevRepo

Free Unity C# Script library used to make a full Unity3d game.


Project maintained by wesleywh Hosted on GitHub Pages — Theme by mattgraham

Back To Navigation Tree

ObjectiveManager

Description:

File has no description.

Variables:

List of variables that you can modify in the inspector.

Access Name Type Default Value Description
public tag string null No description.
public title string null No description.
public state string “InProgress” No description.
private addedSound AudioClip null No description.
private failedSound AudioClip null No description.
private completeSound AudioClip null No description.
private objectives List () No description.
public ShowCompleteObjectives() { List no default No description.
public ShowFailedObjectives() { List no default No description.
public ShowInProgressObjectives() { List no default No description.
public ShowAllObjectives() { List no default No description.