PixelCrushers.DialogueSystem.Wrappers.ConversationControl 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.ConversationControl:
Collaboration diagram for PixelCrushers.DialogueSystem.Wrappers.ConversationControl:

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.DialogueSystem.ConversationControl
virtual void ToggleAutoPlay ()
 Toggles continue button mode between Always and Never.
 
virtual void SkipAll ()
 Skips all subtitles until response menu or end of conversation is reached.
 
virtual void StopSkipAll ()
 
virtual void OnConversationLine (Subtitle subtitle)
 
virtual void OnConversationResponseMenu (Response[] responses)
 
virtual void OnConversationEnd (Transform actor)
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.ConversationControl
bool skipAll
 
bool stopSkipAllOnResponseMenu = true
 
bool stopSkipAllOnConversationEnd
 
bool dontSkipAllOnLastConversationLine
 
- Protected Member Functions inherited from PixelCrushers.DialogueSystem.ConversationControl
virtual void Awake ()
 
- Protected Attributes inherited from PixelCrushers.DialogueSystem.ConversationControl
AbstractDialogueUI dialogueUI
 

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: