Click or drag to resize

Label Class

A static label UI element.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          RavingBots.MagicGestures.UI.ElementsUiElement
            RavingBots.MagicGestures.UI.ElementsCanvasElement
              RavingBots.MagicGestures.UI.ElementsLabel

Namespace:  RavingBots.MagicGestures.UI.Elements
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class Label : CanvasElement

The Label type exposes the following members.

Constructors
  NameDescription
Public methodLabel
Initializes a new instance of the Label class
Top
Methods
Fields
  NameDescription
Private field_color
The text color.
Public fieldText
The text to render.
Top
See Also