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

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.DialogueSystem.Usable
virtual void Start ()
 
virtual string GetName ()
 Gets the name of the override, including parsing if it contains a [lua] or [var] tag.
 
virtual void OnSelectUsable ()
 
virtual void OnDeselectUsable ()
 
virtual void OnUseUsable ()
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.Usable
float maxUseDistance = 5f
 The max distance at which the object can be used.
 
UsableEvents events
 
- Protected Member Functions inherited from PixelCrushers.DialogueSystem.Usable
virtual void OnDisable ()
 
- Properties inherited from PixelCrushers.DialogueSystem.Usable
virtual string overrideName [get, set]
 
virtual string overrideUseMessage [get, set]
 
- Events inherited from PixelCrushers.DialogueSystem.Usable
UsableDelegate disabled = delegate { }
 

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: