Packagecom.as3dmod
Interfacepublic interface IMeshInfo
ImplementorsMeshProxy

IMeshInfo

Provides basic information about a mesh (size, position)



Public Properties
 PropertyDefined by
  depth : Number
[read-only]
IMeshInfo
  height : Number
[read-only]
IMeshInfo
  maxX : Number
[read-only]
IMeshInfo
  maxY : Number
[read-only]
IMeshInfo
  maxZ : Number
[read-only]
IMeshInfo
  minX : Number
[read-only]
IMeshInfo
  minY : Number
[read-only]
IMeshInfo
  minZ : Number
[read-only]
IMeshInfo
  width : Number
[read-only]
IMeshInfo
Property detail
depthproperty
depth:Number  [read-only]Implementation
    public function get depth():Number
heightproperty 
height:Number  [read-only]Implementation
    public function get height():Number
maxXproperty 
maxX:Number  [read-only]Implementation
    public function get maxX():Number
maxYproperty 
maxY:Number  [read-only]Implementation
    public function get maxY():Number
maxZproperty 
maxZ:Number  [read-only]Implementation
    public function get maxZ():Number
minXproperty 
minX:Number  [read-only]Implementation
    public function get minX():Number
minYproperty 
minY:Number  [read-only]Implementation
    public function get minY():Number
minZproperty 
minZ:Number  [read-only]Implementation
    public function get minZ():Number
widthproperty 
width:Number  [read-only]Implementation
    public function get width():Number