PixelCrushers.DialogueSystem.Wrappers.BarkGroupMember Class Reference

This wrapper class keeps references intact if you switch between the compiled assembly and source code versions of the original class. More...

Inheritance diagram for PixelCrushers.DialogueSystem.Wrappers.BarkGroupMember:
Collaboration diagram for PixelCrushers.DialogueSystem.Wrappers.BarkGroupMember:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.DialogueSystem.BarkGroupMember
void GroupBark (string conversation, Transform listener, BarkHistory barkHistory, float delayTime=-1)
 
void GroupBark (string conversation, Transform listener, int entryID, float delayTime=-1)
 
void GroupBarkString (string barkText, Transform listener, string sequence, float delayTime=-1)
 
void UpdateMembership ()
 
void CancelBark ()
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.BarkGroupMember
string groupId
 Member of this group.
 
bool evaluateIdEveryBark = false
 Evaluate Group Id before every bark.
 
float forcedHideDelay = 0
 When another group member forces this member's bark to hide, delay this many seconds before hiding.
 
bool queueBarks = false
 If another group member is barking, wait in a queue to bark.
 
float minDelayBetweenQueuedBarks = 0
 
float maxDelayBetweenQueuedBarks = 1
 
bool hideBarkOnConversationStart = false
 
- Protected Member Functions inherited from PixelCrushers.DialogueSystem.BarkGroupMember
virtual void Awake ()
 
virtual void Start ()
 
- Properties inherited from PixelCrushers.DialogueSystem.BarkGroupMember
string currentIdValue [get]
 

Detailed Description

This wrapper class keeps references intact if you switch between the compiled assembly and source code versions of the original class.


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