Click or drag to resize

SpellSlot Class

A bubble button representing a slot in the spellbook.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          RavingBots.MagicGestures.UI.ElementsUiElement
            RavingBots.MagicGestures.UI.ElementsBubbleButton
              RavingBots.MagicGestures.UI.ElementsSpellSlot

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

The SpellSlot type exposes the following members.

Constructors
  NameDescription
Public methodSpellSlot
Initializes a new instance of the SpellSlot class
Top
Properties
  NameDescription
Public propertyIsValid
if the spell is set and valid.
Public propertyPreviewGesture
The gesture used to preview the spell. May be .
Public propertySpellData
The spell to preview. May be .
Top
Methods
Fields
  NameDescription
Private field_lineRenderer
The line renderer used.
Private field_spellData
The spell to preview. May be .
Public fieldPreviewPointsDensity
The density of the preview.
Public fieldPreviewWiggleAngle
The preview rotation angle.
Public fieldPreviewWiggleSpeed
The speed of preview rotation.
Top
See Also