C# Class TutorialObject

Inheritance: MonoBehaviour
Datei anzeigen Open project: jsngai/deepsquid Class Usage Examples

Public Properties

Property Type Description
beautyKitFound bool
debugStatements bool
gateIsOpen bool
hasGrabbed bool
hasGrabbedCheck bool
isEgg bool
isGlassBroken bool
letterPause float
narrText string[]
narrTextTrigger bool[]
player GameObject
posInDialogue int
pressEText GameObject
skipQuests bool
tutOrigin GameObject
tutorialBox GameObject
tutorialText GameObject

Public Methods

Method Description
abilityUsageCheck ( string boobies ) : void

Private Methods

Method Description
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void
distanceNotify ( ) : void
distanceNotifyChad ( ) : void
distanceNotifyEel ( ) : void
distanceNotifySealDad ( ) : void
eggECaller ( ) : void
fillNarrativeString ( ) : void
jumpAhead ( ) : void
keyCheck ( ) : void
speakWithBork ( ) : void
speakWithChad ( ) : void
speakWithEel ( ) : void
speakWithSeal ( ) : void
spellItOut ( ) : IEnumerator
waitForFirstDialogueTrigger ( float x ) : IEnumerator

Method Details

abilityUsageCheck() public method

public abilityUsageCheck ( string boobies ) : void
boobies string
return void

Property Details

beautyKitFound public_oe property

public bool beautyKitFound
return bool

debugStatements public_oe property

public bool debugStatements
return bool

gateIsOpen public_oe property

public bool gateIsOpen
return bool

hasGrabbed public_oe property

public bool hasGrabbed
return bool

hasGrabbedCheck public_oe property

public bool hasGrabbedCheck
return bool

isEgg public_oe property

public bool isEgg
return bool

isGlassBroken public_oe property

public bool isGlassBroken
return bool

letterPause public_oe property

public float letterPause
return float

narrText public_oe property

public string[] narrText
return string[]

narrTextTrigger public_oe property

public bool[] narrTextTrigger
return bool[]

player public_oe property

public GameObject player
return GameObject

posInDialogue public_oe property

public int posInDialogue
return int

pressEText public_oe property

public GameObject pressEText
return GameObject

skipQuests public_oe property

public bool skipQuests
return bool

tutOrigin public_oe property

public GameObject tutOrigin
return GameObject

tutorialBox public_oe property

public GameObject tutorialBox
return GameObject

tutorialText public_oe property

public GameObject tutorialText
return GameObject