Package | away3dlite.loaders.data |
Class | public class ObjectData |
Subclasses | MeshData |
Property | Defined 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 |
Method | Defined by | ||
---|---|---|---|
Duplicates the object data's properties to another
ObjectData object
| ObjectData |
id | property |
public var id:String
Collada animation id
name | property |
public var name:String
The name of the 3d object used as a unique reference.
transform | property |
public var transform:Matrix3D
The 3d transformation matrix for the 3d object
clone | () | method |
public function clone(object:ObjectData):void
Duplicates the object data's properties to another ObjectData
object
object:ObjectData — The new object instance into which all properties are copied
|