A helper class to turn on and off CanvasRenderer without causing allocations.
Inheritance Hierarchy SystemObject Object Component Behaviour MonoBehaviour TouchScript.Behaviors.Cursors.UITextureSwitch
Namespace:
TouchScript.Behaviors.Cursors.UI
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public class TextureSwitch : MonoBehaviour
The TextureSwitch type exposes the following members.
Constructors
| Name | Description |
---|
| TextureSwitch | Initializes a new instance of the TextureSwitch class |
TopMethods
| Name | Description |
---|
| Hide |
Hides this instance.
|
| Show |
Shows this instance.
|
TopSee Also