Click or drag to resize

SpellData Class

A single configured spell.
Inheritance Hierarchy
SystemObject
  RavingBots.MagicGestures.GameSpellData

Namespace:  RavingBots.MagicGestures.Game
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class SpellData

The SpellData type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsValid
if the spell data is correct.
Top
Methods
  NameDescription
Public methodCreatePreview
Create the averaged preview gesture.
Public methodFindLongest
Return the longest gesture in this spell.
Top
Fields
  NameDescription
Public fieldColor
The color of the spell effect.
Public fieldEffectId
The index of the spell effect.
Public fieldGestures
The gestures input by the user when creating the spell.
Top
See Also