Packageaway3d.loaders.data
Classpublic class ObjectData
InheritanceObjectData Inheritance Object
Subclasses ContainerData, MeshData

Data class for a generic 3d object



Public Properties
 PropertyDefined By
  id : String
Colada animation
ObjectData
  name : String
The name of the 3d object used as a unique reference.
ObjectData
  scale : Number
ObjectData
  transform : Matrix3D
The 3d transformation matrix for the 3d object
ObjectData
Property Detail
idproperty
public var id:String

Colada animation

nameproperty 
public var name:String

The name of the 3d object used as a unique reference.

scaleproperty 
public var scale:Number

transformproperty 
public var transform:Matrix3D

The 3d transformation matrix for the 3d object