SpellData Class |
Namespace: RavingBots.MagicGestures.Game
[SerializableAttribute] public class SpellData
The SpellData type exposes the following members.
Name | Description | |
---|---|---|
SpellData(Int32) |
Construct a new spell with the given number of empty gestures.
| |
SpellData(IEnumerableGestureData) |
Construct a new spell with the given gesture data.
| |
SpellData(SpellData) |
Construct a new spell that's identical to an existing one.
| |
SpellData(SpellData, IEnumerableGestureData) |
Construct a new spell based on an existing one, but with
different gestures.
|
Name | Description | |
---|---|---|
CreatePreview |
Create the averaged preview gesture.
| |
FindLongest |
Return the longest gesture in this spell.
|
Name | Description | |
---|---|---|
Color |
The color of the spell effect.
| |
EffectId |
The index of the spell effect.
| |
Gestures |
The gestures input by the user when creating the spell.
|