Packageaway3dlite.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
  maxX : Number
Returns the maximum x value of the container data
ContainerData
  maxY : Number
Returns the maximum y value of the container data
ContainerData
  maxZ : Number
Returns the maximum z value of the container data
ContainerData
  minX : Number
Returns the minimum x value of the container data
ContainerData
  minY : Number
Returns the minimum y value of the container data
ContainerData
  minZ : Number
Returns the minimum z value of the container data
ContainerData
 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.

maxXproperty 
public var maxX:Number

Returns the maximum x value of the container data

maxYproperty 
public var maxY:Number

Returns the maximum y value of the container data

maxZproperty 
public var maxZ:Number

Returns the maximum z value of the container data

minXproperty 
public var minX:Number

Returns the minimum x value of the container data

minYproperty 
public var minY:Number

Returns the minimum y value of the container data

minZproperty 
public var minZ:Number

Returns the minimum z value of the container data