spBone

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
updateAppliedTransform
void updateAppliedTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
worldRotation
float worldRotation()
Undocumented in source. Be warned that the author may not have intended to support it.
worldToLocal
void worldToLocal(float worldX, float worldY, float localX, float localY)

Converts a skeleton-space position into a bone local position

Variables

a
float a;
Undocumented in source.
appliedValid
int appliedValid;
arotation
float arotation;
ascaleX
float ascaleX;
ascaleY
float ascaleY;
ashearX
float ashearX;
ashearY
float ashearY;
Undocumented in source.
ax
float ax;
ay
float ay;
b
float b;
Undocumented in source.
c
float c;
Undocumented in source.
children
const(spBone)** children;
Undocumented in source.
childrenCount
int childrenCount;
d
float d;
Undocumented in source.
data
const(spBoneData)* data;
Undocumented in source.
parent
spBone* parent;
rotation
float rotation;
scaleX
float scaleX;
scaleY
float scaleY;
shearX
float shearX;
shearY
float shearY;
Undocumented in source.
skeleton
const(spSkeleton)* skeleton;
Undocumented in source.
sorted
int sorted;
worldX
float worldX;
worldY
float worldY;
Undocumented in source.
x
float x;
y
float y;
Undocumented in source.

Meta