C# Class NPCBehavior

Inheritance: MonoBehaviour
Afficher le fichier Open project: Ellesent/TheCulling Class Usage Examples

Méthodes publiques

Свойство Type Description
braggerDialogue GameObject
friendDialogue GameObject
gossipDialogue GameObject
leaderDialogue GameObject
sneakyDialogue GameObject

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider coll ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public méthode

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

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

braggerDialogue public_oe property

public GameObject braggerDialogue
Résultat GameObject

friendDialogue public_oe property

public GameObject friendDialogue
Résultat GameObject

gossipDialogue public_oe property

public GameObject gossipDialogue
Résultat GameObject

leaderDialogue public_oe property

public GameObject leaderDialogue
Résultat GameObject

sneakyDialogue public_oe property

public GameObject sneakyDialogue
Résultat GameObject