Package | away3d.core.mesh |
Interface | public interface IMeshElement |
Implementors | BaseMeshElement |
Property | Defined by | ||
---|---|---|---|
maxX : Number [read-only]
| IMeshElement | ||
maxY : Number [read-only]
| IMeshElement | ||
maxZ : Number [read-only]
| IMeshElement | ||
minX : Number [read-only]
| IMeshElement | ||
minY : Number [read-only]
| IMeshElement | ||
minZ : Number [read-only]
| IMeshElement | ||
radius2 : Number [read-only]
| IMeshElement | ||
vertices : Array [read-only]
| IMeshElement | ||
visible : Boolean [read-only]
| IMeshElement |
Method | Defined by | ||
---|---|---|---|
addOnVertexChange(listener:Function):void
| IMeshElement | ||
addOnVertexValueChange(listener:Function):void
| IMeshElement | ||
addOnVisibleChange(listener:Function):void
| IMeshElement | ||
removeOnVertexChange(listener:Function):void
| IMeshElement | ||
removeOnVertexValueChange(listener:Function):void
| IMeshElement | ||
removeOnVisibleChange(listener:Function):void
| IMeshElement |
maxX | property |
maxX:Number
[read-only]Implementation
public function get maxX():Number
maxY | property |
maxY:Number
[read-only]Implementation
public function get maxY():Number
maxZ | property |
maxZ:Number
[read-only]Implementation
public function get maxZ():Number
minX | property |
minX:Number
[read-only]Implementation
public function get minX():Number
minY | property |
minY:Number
[read-only]Implementation
public function get minY():Number
minZ | property |
minZ:Number
[read-only]Implementation
public function get minZ():Number
radius2 | property |
radius2:Number
[read-only]Implementation
public function get radius2():Number
vertices | property |
vertices:Array
[read-only]Implementation
public function get vertices():Array
visible | property |
visible:Boolean
[read-only]Implementation
public function get visible():Boolean
addOnVertexChange | () | method |
public function addOnVertexChange(listener:Function):void
Parameters
listener:Function |
addOnVertexValueChange | () | method |
public function addOnVertexValueChange(listener:Function):void
Parameters
listener:Function |
addOnVisibleChange | () | method |
public function addOnVisibleChange(listener:Function):void
Parameters
listener:Function |
removeOnVertexChange | () | method |
public function removeOnVertexChange(listener:Function):void
Parameters
listener:Function |
removeOnVertexValueChange | () | method |
public function removeOnVertexValueChange(listener:Function):void
Parameters
listener:Function |
removeOnVisibleChange | () | method |
public function removeOnVisibleChange(listener:Function):void
Parameters
listener:Function |