PixelCrushers.DialogueSystem.BarkHistory Class Reference

Keeps track of a character's current bark. More...

Public Member Functions

 BarkHistory (BarkOrder order)
 
int GetNextIndex (int numEntries)
 
void Reset ()
 Resets the current index to the beginning.
 

Public Attributes

BarkOrder order
 
int index = 0
 
List< int > entries = null
 

Detailed Description

Keeps track of a character's current bark.

This allows the BarkController to iterate through a list of barks.

Constructor & Destructor Documentation

◆ BarkHistory()

PixelCrushers.DialogueSystem.BarkHistory.BarkHistory ( BarkOrder  order)
inline

Member Function Documentation

◆ GetNextIndex()

int PixelCrushers.DialogueSystem.BarkHistory.GetNextIndex ( int  numEntries)
inline

◆ Reset()

void PixelCrushers.DialogueSystem.BarkHistory.Reset ( )
inline

Resets the current index to the beginning.

Member Data Documentation

◆ entries

List<int> PixelCrushers.DialogueSystem.BarkHistory.entries = null

◆ index

int PixelCrushers.DialogueSystem.BarkHistory.index = 0

◆ order

BarkOrder PixelCrushers.DialogueSystem.BarkHistory.order

The documentation for this class was generated from the following file: