SkeletonJson class

SkeletonJson wrapper

Constructors

SkeletonJson(Atlas atlas)
factory
SkeletonJson.fromPointer(Pointer<spine_skeleton_json_wrapper> _ptr)
SkeletonJson.variant2(AttachmentLoader attachmentLoader, bool ownsLoader)
factory

Properties

error String
no setter
hashCode int
The hash code for this object.
no setterinherited
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
scale double
no getter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readSkeletonData(String json) SkeletonData?
readSkeletonDataFile(String path) SkeletonData?
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited