Click or drag to resize

ColorSlot Class

A bubble button to select the spell color.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          RavingBots.MagicGestures.UI.ElementsUiElement
            RavingBots.MagicGestures.UI.ElementsBubbleButton
              RavingBots.MagicGestures.UI.ElementsColorSlot

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

The ColorSlot type exposes the following members.

Constructors
  NameDescription
Public methodColorSlot
Initializes a new instance of the ColorSlot class
Top
Properties
  NameDescription
Public propertyColor
The color of this slot.
Top
Methods
Fields
  NameDescription
Private field_material
Material of the renderer.
Top
See Also