Packageaway3d.loaders.data
Classpublic class ObjectData
SubclassesContainerData, 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

Wiki link
Click to go to the wiki page for 'away3d.loaders.data.ObjectData'

Code examples

Comments