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

Additional Inherited Members

- Public Member Functions inherited from PixelCrushers.DialogueSystem.StandardUIToggleTemplate
virtual void Awake ()
 
virtual void Assign (bool isVisible, bool isOn, object data, ToggleChangedDelegate toggleDelegate)
 
- Public Member Functions inherited from PixelCrushers.DialogueSystem.StandardUIContentTemplate
virtual void Despawn ()
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.StandardUIToggleTemplate
UnityEngine.UI.Toggle toggle
 
- Protected Member Functions inherited from PixelCrushers.DialogueSystem.StandardUIToggleTemplate
virtual void OnToggleChanged (bool value)
 
- Protected Attributes inherited from PixelCrushers.DialogueSystem.StandardUIToggleTemplate
object m_data
 
- Events inherited from PixelCrushers.DialogueSystem.StandardUIToggleTemplate
ToggleChangedDelegate onToggleChanged = 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: