ISkeleton (interface)¶
A Skeleton stores the hierarchy that defines the skeleton.
Functions¶
| Integer | findBone ? ( in String boneName ) |
| Integer | findBone ? ( in String boneName, in Index startingPoint ) |
| Bone | getBone ? ( in Index index ) |
| Bone[] | getBones ? () |
| Size[] | getDeformerIndices ? () |
| Bone[] | getDeformers ? () |
| String | getDesc ? ( in String indent, in Boolean includeBones ) |
| String | getDesc ? () |
| String | getName ? () |
| Size | getNumBones ? () |
| Xfo | getReferenceLocalPose ? ( in Index index ) |
| Xfo | getReferencePose ? ( in Index index ) |
| UInt64 | getVersion ? () |
Functions in detail¶
Integer ISkeleton.findBone? ( in String boneName )
Integer ISkeleton.findBone? ( in String boneName, in Index startingPoint )
Bone ISkeleton.getBone? ( in Index index )
Size[] ISkeleton.getDeformerIndices? ()
Bone[] ISkeleton.getDeformers? ()
String ISkeleton.getDesc? ( in String indent, in Boolean includeBones )
Size ISkeleton.getNumBones? ()
Xfo ISkeleton.getReferenceLocalPose? ( in Index index )
Xfo ISkeleton.getReferencePose? ( in Index index )