Available with spine plugin
Stores the setup pose values for an {@link Event}.
See Events in the Spine User Guide.
new(name:String)
name:String
@:value(0)intValue:Int = 0
@:value(0)floatValue:Float = 0
stringValue:String
@:value(null)audioPath:String = null
@:value(0)volume:Float = 0
@:value(0)balance:Float = 0
getInt():Int
setInt(intValue:Int):Void
getFloat():Float
setFloat(floatValue:Float):Void
getString():String
setString(stringValue:String):Void
getAudioPath():String
setAudioPath(audioPath:String):Void
getVolume():Float
setVolume(volume:Float):Void
getBalance():Float
setBalance(balance:Float):Void
getName():String
The name of the event, which is unique across all events in the skeleton.
toString():String