Click or drag to resize
SimpleGradient Class
A simple vertical gradient effect that tints the vertex colors of UI objects.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          EventSystems.UIBehaviour
            UI.BaseMeshEffect
              Candlelight.UISimpleGradient

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class SimpleGradient : BaseMeshEffect

The SimpleGradient type exposes the following members.

Properties
  NameDescription
Public propertyBottomColor
Gets or sets the bottom color of the gradient.
Public propertyColorTintMode
Gets or sets the color tint mode.
Public propertyFillMode
Gets or sets the fill mode.
Public propertyTopColor
Gets or sets the top color of the gradient.
Top
Methods
  NameDescription
Public methodMovePositionVector3 (Inherited from UI.BaseMeshEffect.)
Public methodModifyMesh(VertexHelper)
Modifies the mesh.
(Overrides UI.BaseMeshEffect.ModifyMesh(VertexHelper).)
Top
Extension Methods
  NameDescription
Public Extension MethodGetPrefabName
Gets the name of the prefab associated with the supplied instance.
(Defined by ObjectX.)
Public Extension MethodOpenReferencePage
Opens a reference web page generated for the specified object.
(Defined by ObjectX.)
Top
See Also