Packageaway3dlite.loaders.data
Classpublic class ObjectData
SubclassesMeshData

Data class for a generic 3d object

Public Properties
 PropertyDefined by
  id : String
Collada animation id
ObjectData
  name : String
The name of the 3d object used as a unique reference.
ObjectData
  transform : Matrix3D
The 3d transformation matrix for the 3d object
ObjectData
Public Methods
 MethodDefined by
  
clone(object:ObjectData):void
Duplicates the object data's properties to another ObjectData object
ObjectData
Property detail
idproperty
public var id:String

Collada animation id

nameproperty 
public var name:String

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

transformproperty 
public var transform:Matrix3D

The 3d transformation matrix for the 3d object

Method detail
clone()method
public function clone(object:ObjectData):void

Duplicates the object data's properties to another ObjectData object

Parameters
object:ObjectData — The new object instance into which all properties are copied
Wiki link
Click to go to the wiki page for 'away3dlite.loaders.data.ObjectData'

Code examples

Comments