Package | away3d.core.scene |
Class | public class LODObject |
Inheritance | LODObject ![]() ![]() ![]() |
Implements | ILODObject |
Method | Defined by | ||
---|---|---|---|
LODObject
(init:Object = null, ... childarray) | LODObject | ||
![]() | ObjectContainer3D | ||
![]() |
addChildren(... childarray):void
| ObjectContainer3D | |
![]() |
addOnDimensionsChange(listener:Function):void
| Object3D | |
![]() |
addOnMouseDown(listener:Function):void
| Object3D | |
![]() |
addOnMouseMove(listener:Function):void
| Object3D | |
![]() |
addOnMouseOut(listener:Function):void
| Object3D | |
![]() |
addOnMouseOver(listener:Function):void
| Object3D | |
![]() |
addOnMouseUp(listener:Function):void
| Object3D | |
![]() |
addOnRadiusChange(listener:Function):void
| Object3D | |
![]() |
addOnSceneChange(listener:Function):void
| Object3D | |
![]() |
addOnTransformChange(listener:Function):void
| Object3D | |
![]() |
clone(object:* = null):*
| ObjectContainer3D | |
![]() | Object3D | ||
![]() | ObjectContainer3D | ||
![]() | Object3D | ||
LODObject | |||
![]() |
moveBackward(distance:Number):void
| Object3D | |
![]() |
moveDown(distance:Number):void
| Object3D | |
![]() |
moveForward(distance:Number):void
| Object3D | |
![]() |
moveLeft(distance:Number):void
| Object3D | |
![]() |
movePivot(dx:Number, dy:Number, dz:Number):void
| ObjectContainer3D | |
![]() |
moveRight(distance:Number):void
| Object3D | |
![]() | Object3D | ||
![]() |
moveUp(distance:Number):void
| Object3D | |
![]() |
pitch(angle:Number):void
| Object3D | |
![]() | Object3D | ||
![]() | ObjectContainer3D | ||
![]() |
removeChildByName(name:String):void
| ObjectContainer3D | |
![]() |
removeOnDimensionsChange(listener:Function):void
| Object3D | |
![]() |
removeOnMouseDown(listener:Function):void
| Object3D | |
![]() |
removeOnMouseMove(listener:Function):void
| Object3D | |
![]() |
removeOnMouseOut(listener:Function):void
| Object3D | |
![]() |
removeOnMouseOver(listener:Function):void
| Object3D | |
![]() |
removeOnMouseUp(listener:Function):void
| Object3D | |
![]() |
removeOnRadiusChange(listener:Function):void
| Object3D | |
![]() |
removeOnSceneChange(listener:Function):void
| Object3D | |
![]() |
removeOnTransformChange(listener:Function):void
| Object3D | |
![]() |
roll(angle:Number):void
| Object3D | |
![]() | Object3D | ||
![]() |
scale(scale:Number):void
| ObjectContainer3D | |
![]() |
tick(time:int):void
| Object3D | |
![]() |
toString():String
| Object3D | |
![]() | Object3D | ||
![]() | ObjectContainer3D | ||
![]() |
yaw(angle:Number):void
| Object3D |
maxp | property |
public var maxp:Number
minp | property |
public var minp:Number
LODObject | () | constructor |
public function LODObject(init:Object = null, ... childarray)
Parameters
init:Object (default = null )
|
|
... childarray |
matchLOD | () | method |