C# Class NPCBehavior

Inheritance: MonoBehaviour
Show file Open project: Ellesent/TheCulling Class Usage Examples

Public Properties

Property Type Description
braggerDialogue GameObject
friendDialogue GameObject
gossipDialogue GameObject
leaderDialogue GameObject
sneakyDialogue GameObject

Public Methods

Method Description
OnTriggerEnter ( Collider coll ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider coll ) : void
coll Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

braggerDialogue public property

public GameObject braggerDialogue
return GameObject

friendDialogue public property

public GameObject friendDialogue
return GameObject

gossipDialogue public property

public GameObject gossipDialogue
return GameObject

leaderDialogue public property

public GameObject leaderDialogue
return GameObject

sneakyDialogue public property

public GameObject sneakyDialogue
return GameObject