Click or drag to resize

GradientTexture Class

Generates a texture with a circle gradient.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          TouchScript.Behaviors.Cursors.UIGradientTexture

Namespace:  TouchScript.Behaviors.Cursors.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class GradientTexture : MonoBehaviour

The GradientTexture type exposes the following members.

Constructors
  NameDescription
Public methodGradientTexture
Initializes a new instance of the GradientTexture class
Top
Methods
  NameDescription
Public methodGenerate
Generates the gradient texture.
Top
Fields
  NameDescription
Public fieldGradient
The gradient.
Public fieldName
Gradient's name. Used to cache textures.
Public fieldResolution
Texture resolution.
Top
See Also