SkeletonJson class

Constructors

SkeletonJson(AttachmentLoader attachmentLoader)

Properties

attachmentLoader AttachmentLoader
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
linkedMeshes List<LinkedMesh>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readAnimation(Map<String, dynamic> map, String name, SkeletonData skeletonData) → void
readAttachment(Map<String, dynamic> map, Skin skin, int slotIndex, String name, SkeletonData skeletonData) Attachment?
readCurve(Map<String, dynamic> map, CurveTimeline timeline, int frameIndex) → void
readSkeletonData(Object object) SkeletonData
readVertices(Map<String, dynamic> map, VertexAttachment attachment, int verticesLength) → void
toString() String
A string representation of this object.
inherited

Operators

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