EventData class
Stores the setup pose values for an Event.
Constructors
- EventData(String name)
-
factory
-
EventData.fromPointer(Pointer<
spine_event_data_wrapper> _ptr)
Properties
- audioPath ↔ String
-
getter/setter pair
- balance ↔ double
-
getter/setter pair
- floatValue ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intValue ↔ int
-
getter/setter pair
- name → String
-
The name of the event, which is unique within the skeleton.
no setter
-
nativePtr
→ Pointer<
NativeType> -
Get the native pointer for FFI calls
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringValue ↔ String
-
getter/setter pair
- volume ↔ double
-
getter/setter pair
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited