EventData

spine.EventData (Class)

Stores the setup pose values for an {@link Event}.

See Events in the Spine User Guide.

Instance Members

spine
name: String

spine
intValue: Int

spine
floatValue: Float

spine
stringValue: String

spine
audioPath: String

spine
volume: Float

spine
balance: Float

spine
getInt(): Int
Returns
Int

spine
setInt(intValue: Int): Void
Name Type
intValue Int

spine
getFloat(): Float
Returns
Float

spine
setFloat(floatValue: Float): Void
Name Type
floatValue Float

spine
getString(): String
Returns
String

spine
setString(stringValue: String): Void
Name Type
stringValue String

spine
getAudioPath(): String
Returns
String

spine
setAudioPath(audioPath: String): Void
Name Type
audioPath String

spine
getVolume(): Float
Returns
Float

spine
setVolume(volume: Float): Void
Name Type
volume Float

spine
getBalance(): Float
Returns
Float

spine
setBalance(balance: Float): Void
Name Type
balance Float

spine
getName(): String

The name of the event, which is unique across all events in the skeleton.

Returns
String

spine
toString(): String
Returns
String

spine
new(name: String): Void
Name Type
name String