Packageaway3d.loaders.data
Classpublic class ContainerData
InheritanceContainerData Inheritance ObjectData Inheritance Object
Subclasses BoneData

Data class for 3d object containers.



Public Properties
 PropertyDefined 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
 Inheritedid : String
Colada animation
ObjectData
 Inheritedname : String
The name of the 3d object used as a unique reference.
ObjectData
 Inheritedscale : Number
ObjectData
 Inheritedtransform : Matrix3D
The 3d transformation matrix for the 3d object
ObjectData
Property Detail
childrenproperty
public var children:Array

An array containing the child 3d objects of the container.

containerproperty 
public var container:ObjectContainer3D

Reference to the 3d container object of the resulting container.