Package | away3d.loaders.data |
Class | public class ContainerData |
Inheritance | ContainerData ![]() |
Subclasses | BoneData |
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 | |
![]() | name : String
The name of the 3d object used as a unique reference.
| ObjectData | |
![]() | scale : Number | ObjectData | |
![]() | transform : MatrixAway3D
The 3d transformation matrix for the 3d object
| ObjectData |
children | property |
public var children:Array
An array containing the child 3d objects of the container.
container | property |
public var container:ObjectContainer3D
Reference to the 3d container object of the resulting container.