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. More...
 

Public Attributes

BarkOrder order
 
int index
 

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)

Member Function Documentation

◆ GetNextIndex()

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

◆ Reset()

void PixelCrushers.DialogueSystem.BarkHistory.Reset ( )

Resets the current index to the beginning.

Member Data Documentation

◆ index

int PixelCrushers.DialogueSystem.BarkHistory.index

◆ order

BarkOrder PixelCrushers.DialogueSystem.BarkHistory.order

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