Packageaway3dlite.loaders.data
Classpublic class ContainerData
InheritanceContainerData Inheritance MeshData Inheritance ObjectData
SubclassesBoneData

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
 Inheritedgeometry : GeometryData
Defines the geometry used by the mesh instance
MeshData
 Inheritedid : String
Collada animation id
ObjectData
 Inheritedmaterial : MaterialData
MeshData
  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
 Inheritedskeleton : String
MeshData
 Inheritedtransform : Matrix3D
The 3d transformation matrix for the 3d object
ObjectData
Public Methods
 MethodDefined by
 Inherited
clone(object:ObjectData):void
Duplicates the mesh data's properties to another MeshData object
MeshData
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

Wiki link
Click to go to the wiki page for 'away3dlite.loaders.data.ContainerData'

Code examples

Comments