C# Class NPCBehavior

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public GameObject braggerDialogue
return GameObject

friendDialogue public_oe property

public GameObject friendDialogue
return GameObject

gossipDialogue public_oe property

public GameObject gossipDialogue
return GameObject

leaderDialogue public_oe property

public GameObject leaderDialogue
return GameObject

sneakyDialogue public_oe property

public GameObject sneakyDialogue
return GameObject