Package | away3d.loaders.data |
Class | public class MeshMaterialData |
Property | Defined by | ||
---|---|---|---|
elements : Vector
Array of indexes representing the elements that use the material.
| MeshMaterialData | ||
faceList : Vector
A list of faces which are to be drawn with the material.
| MeshMaterialData | ||
geometry : Geometry | MeshMaterialData | ||
material : Material | MeshMaterialData | ||
symbol : String
The name of the material used as a unique reference for the mesh.
| MeshMaterialData |
Method | Defined by | ||
---|---|---|---|
MeshMaterialData |
elements | property |
public var elements:Vector
Array of indexes representing the elements that use the material.
faceList | property |
public var faceList:Vector
A list of faces which are to be drawn with the material.
geometry | property |
public var geometry:Geometry
material | property |
material:Material
[read-write]Implementation
public function get material():Material
public function set material(value:Material):void
symbol | property |
public var symbol:String
The name of the material used as a unique reference for the mesh.
clone | () | method |