Package | away3d.loaders.data |
Class | public class BoneData |
Inheritance | BoneData ContainerData ObjectData Object |
Property | Defined By | ||
---|---|---|---|
children : Array
An array containing the child 3d objects of the container. | ContainerData | ||
container : ObjectContainer3D
Reference to the 3d container object of the resulting container. | ContainerData | ||
id : String
Colada animation
| ObjectData | ||
jointTransform : Matrix3D
Transform information for the joint in a SkinAnimation
| BoneData | ||
name : String
The name of the 3d object used as a unique reference. | ObjectData | ||
scale : Number | ObjectData | ||
transform : Matrix3D
The 3d transformation matrix for the 3d object
| ObjectData |