Package | away3dlite.loaders.data |
Class | public class ContainerData |
Inheritance | ContainerData MeshData ObjectData |
Subclasses | BoneData |
Property | Defined by | ||
---|---|---|---|
children : Array
An array containing the child 3d objects of the container.
| ContainerData | ||
container : ObjectContainer3D
Reference to the 3d container object of the resulting container.
| ContainerData | ||
geometry : GeometryData
Defines the geometry used by the mesh instance
| MeshData | ||
id : String
Collada animation id
| ObjectData | ||
material : MaterialData | MeshData | ||
maxX : Number
Returns the maximum x value of the container data
| ContainerData | ||
maxY : Number
Returns the maximum y value of the container data
| ContainerData | ||
maxZ : Number
Returns the maximum z value of the container data
| ContainerData | ||
minX : Number
Returns the minimum x value of the container data
| ContainerData | ||
minY : Number
Returns the minimum y value of the container data
| ContainerData | ||
minZ : Number
Returns the minimum z value of the container data
| ContainerData | ||
name : String
The name of the 3d object used as a unique reference.
| ObjectData | ||
skeleton : String | MeshData | ||
transform : Matrix3D
The 3d transformation matrix for the 3d object
| ObjectData |
children | property |
public var children:Array
An array containing the child 3d objects of the container.
container | property |
public var container:ObjectContainer3D
Reference to the 3d container object of the resulting container.
maxX | property |
public var maxX:Number
Returns the maximum x value of the container data
maxY | property |
public var maxY:Number
Returns the maximum y value of the container data
maxZ | property |
public var maxZ:Number
Returns the maximum z value of the container data
minX | property |
public var minX:Number
Returns the minimum x value of the container data
minY | property |
public var minY:Number
Returns the minimum y value of the container data
minZ | property |
public var minZ:Number
Returns the minimum z value of the container data