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

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.DialogueSystem.AlertTrigger
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 ()
 
void TryStart (Transform actor)
 Show the alert if the condition is true.
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.AlertTrigger
DialogueTriggerEvent trigger = DialogueTriggerEvent.OnUse
 The trigger that shows the alert.
 
LocalizedTextTable localizedTextTable
 If localizedTextTable is assigned, message is the field name of a field in the localized text table.
 
string message
 The message to show.
 
float duration = 5f
 The duration to show the message.
 
Condition condition
 The condition required for the alert.
 
- 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: