Click or drag to resize

TextureSwitch Class

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
C#
public class TextureSwitch : MonoBehaviour

The TextureSwitch type exposes the following members.

Constructors
  NameDescription
Public methodTextureSwitch
Initializes a new instance of the TextureSwitch class
Top
Methods
  NameDescription
Public methodHide
Hides this instance.
Public methodShow
Shows this instance.
Top
See Also