Packageaway3d.loaders.data
Classpublic class ContainerData
InheritanceContainerData Inheritance ObjectData

Data class for 3d object containers.

Public Properties
 PropertyDefined by
  children : Array
An array containing the child 3d objects of the container.
ContainerData
 Inheritedname : String
The name of the 3d object used as a unique reference.
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.

Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments