SkeletonUtils class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
clone(Object3D source)
→ dynamic
-
-
findBoneTrackData(String name, List<KeyframeTrack> tracks)
→ Map<String, dynamic>
-
-
getBoneByName(String name, List<Bone> bones)
→ Bone?
-
-
getBoneFromSkeleton(String name, Skeleton skeleton)
→ Bone?
-
-
getBones(dynamic skeleton)
→ List<Bone>
-
-
getEqualsBonesNames(Skeleton skeleton, Skeleton targetSkeleton)
→ List<Bone>
-
-
getHelperFromSkeleton(Skeleton skeleton)
→ SkeletonHelper
-
-
getNearestBone(Object3D bone, List<String> names)
→ Bone?
-
-
getSkeletonOffsets(dynamic target, dynamic source, [SkeletonUtilsOptions? options])
→ Map<String, dynamic>
-
-
parallelTraverse(Object3D? a, Object3D? b, void callback(Object3D?, Object3D?))
→ void
-
-
renameBones(dynamic skeleton, dynamic names)
→ void
-
-
retarget(dynamic target, dynamic source, [SkeletonUtilsOptions? options])
→ dynamic
-
-
retargetClip(dynamic target, dynamic source, AnimationClip clip, [SkeletonUtilsOptions? options])
→ dynamic
-