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

Additional Inherited Members

- Public Types inherited from PixelCrushers.DialogueSystem.UnityGUI.SlideEffect
enum  SlideDirection { FromBottom , FromTop , FromLeft , FromRight }
 Directions that the effect can slide from. More...
 
- Public Member Functions inherited from PixelCrushers.DialogueSystem.UnityGUI.SlideEffect
override IEnumerator Play ()
 Play the slide effect.
 
- Public Member Functions inherited from PixelCrushers.DialogueSystem.UnityGUI.GUIEffect
IEnumerator Play ()
 Plays the effect.
 
virtual void Stop ()
 
void OnEnable ()
 
void OnDisable ()
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.UnityGUI.SlideEffect
SlideDirection direction
 The direction to slide from.
 
float duration = 0.3f
 The duration over which to animate the slide.
 
- Public Attributes inherited from PixelCrushers.DialogueSystem.UnityGUI.GUIEffect
GUIEffectTrigger trigger = GUIEffectTrigger.OnEnable
 The trigger that makes the effect play.
 

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: