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

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.DialogueSystem.ConversationLogger
void OnConversationStart (Transform actor)
 
void OnConversationLine (Subtitle subtitle)
 
void OnConversationEnd (Transform actor)
 
void OnPrepareConversationLine (DialogueEntry entry)
 
void OnConversationLineCancelled (Subtitle subtitle)
 
void OnConversationLineEnd (Subtitle subtitle)
 
void OnConversationResponseMenu (Response[] responses)
 
void OnConversationTimeout ()
 
void OnLinkedConversationStart (Transform actor)
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.ConversationLogger
Color playerColor = Color.blue
 
Color npcColor = Color.red
 

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: