C# Class NPCDialogControl, Castle-Bashers

Inheritance: MonoBehaviour
Afficher le fichier Open project: DevelopersGuild/Castle-Bashers

Méthodes publiques

Свойство Type Description
Dialogs List
NPC_Name string
by_order bool
by_random bool
by_requirement bool
closest_requirement bool

Méthodes publiques

Méthode Description
GetMainProcess ( ) : Main_Process,
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
waitingf ( ) : void

Method Details

GetMainProcess() public méthode

public GetMainProcess ( ) : Main_Process,
Résultat Main_Process,

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

waitingf() public méthode

public waitingf ( ) : void
Résultat void

Property Details

Dialogs public_oe property

public List Dialogs
Résultat List

NPC_Name public_oe property

public string NPC_Name
Résultat string

by_order public_oe property

public bool by_order
Résultat bool

by_random public_oe property

public bool by_random
Résultat bool

by_requirement public_oe property

public bool by_requirement
Résultat bool

closest_requirement public_oe property

public bool closest_requirement
Résultat bool