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

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.DialogueSystem.SequenceTrigger
void OnBarkEnd (Transform actor)
 
void OnConversationEnd (Transform actor)
 
void OnSequenceEnd (Transform actor)
 
void OnUse (Transform actor)
 
void OnUse (string message)
 
void OnUse ()
 
void OnTriggerEnter (Collider other)
 
void OnTriggerExit (Collider other)
 
void OnCollisionEnter (Collision collision)
 
void OnCollisionExit (Collision collision)
 
void OnTriggerEnter2D (Collider2D other)
 
void OnTriggerExit2D (Collider2D other)
 
void OnCollisionEnter2D (Collision2D collision)
 
void OnCollisionExit2D (Collision2D collision)
 
void Start ()
 
void OnEnable ()
 
void OnDisable ()
 
void OnLevelWillBeUnloaded ()
 
void OnApplicationQuit ()
 
void OnDestroy ()
 
- Public Member Functions inherited from PixelCrushers.DialogueSystem.SequenceStarter
void TryStartSequence (Transform actor)
 Starts the sequence if the condition is true.
 
void TryStartSequence (Transform actor, Transform interactor)
 Starts the sequence if the condition is true.
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.SequenceTrigger
DialogueTriggerEvent trigger = DialogueTriggerEvent.OnUse
 The trigger that starts the conversation.
 
bool waitOneFrameOnStartOrEnable = true
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.SequenceStarter
string sequence
 The sequence to play.
 
Transform speaker
 The speaker to use for the sequence (or null if no speaker is needed).
 
Transform listener
 The listener to use for the sequence (or null if no listener is needed).
 
Condition condition
 The condition required to allow the sequence to start.
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.DialogueEventStarter
bool once = false
 Set true if this event should only happen once.
 
- Protected Member Functions inherited from PixelCrushers.DialogueSystem.DialogueEventStarter
void DestroyIfOnce ()
 
- Properties inherited from PixelCrushers.DialogueSystem.DialogueEventStarter
virtual bool useOnce [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: