Click or drag to resize

EffectSlot Class

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

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

The EffectSlot type exposes the following members.

Constructors
  NameDescription
Public methodEffectSlot
Initializes a new instance of the EffectSlot class
Top
Properties
  NameDescription
Public propertyEffectId
The index of the effect this button represents.
Public propertyMagicEffect
The effect to show.
Top
Methods
Fields
  NameDescription
Private field_effectId
The index of the effect this button represents.
Protected fieldContainer
The anchor of the effect preview.
Public fieldRotationSpeed
The rotation speed of the effect preview.
Top
See Also