SpineAnimationTools class
Class for work with Spine animation.
- Inheritance
-
- Object
- AnimationTools
- SpineAnimationTools
Constructors
- SpineAnimationTools(String sourcePath)
Properties
- current ↔ Directory
-
Current worked directory.
getter/setter pairinherited
- currentFolder → String
-
See current.
no setterinherited
- currentIndent → String
-
no setterinherited
- currentIndentValue ↔ int
-
getter/setter pairinherited
- currentPath → String
-
See current.
no setterinherited
- fileAtlas → String
-
File for atlas.
no setter
- fileSkeleton → String
-
File for skeleton.
no setter
- fileTexture → String
-
File for texture.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- pathToFileAtlas → String
-
Path to file for atlas.
no setter
- pathToFileSkeleton → String
-
Path to file for skeleton.
no setter
- pathToFileTexture → String
-
Path to file for texture.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → Directory
-
Source directory.
finalinherited
- sourceFolder → String
-
See source.
no setterinherited
- sourcePath → String
-
See source.
no setterinherited
Methods
-
check(
) → Future< void> -
Checks animation.
override
-
copy(
String destinationPath) → Future< void> -
Copies animation.
override
-
decreaseCurrentIndent(
) → void -
inherited
-
delete(
) → Future< void> -
Deletes animation.
override
-
increaseCurrentIndent(
) → void -
inherited
-
indent(
int n) → String -
Indent for output.
inherited
-
leaveAnimations(
List< String> names) → Future<void> -
Leaves only
names
animation.override -
moveAnimation(
String nameFrom, String nameTo) → Future< void> -
Moves animation from
nameFrom
tonameTo
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeAnimation(
String name) → Future< void> -
Removes animation with
name
.override -
resetCurrentIndent(
) → void -
inherited
-
scale(
num scale) → Future< void> -
Scales animation.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
buildFileNameAtlas(
String name) → String - Filename for atlas.
-
buildFileNameSkeleton(
String name) → String - Filename for skeleton.
-
buildFileNameTexture(
String name) → String - Filename for texture.