Package | away3d.loaders |
Class | public class CubeLoader |
Inheritance | CubeLoader ![]() ![]() ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
CubeLoader
(url:String, parse:Function, binary:Boolean, init:Object = null) | CubeLoader | ||
![]() | ObjectContainer3D | ||
![]() |
addChildren(... childarray):void
| ObjectContainer3D | |
![]() |
addOnDimensionsChange(listener:Function):void
| Object3D | |
![]() |
addOnError(listener:Function):void
| Object3DLoader | |
![]() |
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 | |
![]() |
addOnSuccess(listener:Function):void
| Object3DLoader | |
![]() |
addOnTransformChange(listener:Function):void
| Object3D | |
![]() |
clone(object:* = null):*
| ObjectContainer3D | |
![]() | Object3D | ||
![]() | ObjectContainer3D | ||
![]() |
[static]
| Object3DLoader | |
![]() | Object3D | ||
![]() |
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 | |
![]() |
removeOnError(listener:Function):void
| Object3DLoader | |
![]() |
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 | |
![]() |
removeOnSuccess(listener:Function):void
| Object3DLoader | |
![]() |
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 |
Method | Defined by | ||
---|---|---|---|
![]() |
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
| LazyEventDispatcher | |
![]() |
dispatchEvent(evt:Event):Boolean
| LazyEventDispatcher | |
![]() |
hasEventListener(type:String):Boolean
| LazyEventDispatcher | |
![]() |
notifyDimensionsChange():void
| Object3D | |
![]() |
notifyError():void
| Object3DLoader | |
![]() |
notifyRadiusChange():void
| Object3D | |
![]() |
notifySceneChange():void
| Object3D | |
![]() |
notifySuccess():void
| Object3DLoader | |
![]() |
notifyTransformChange():void
| Object3D | |
onError(event:IOErrorEvent):void
| CubeLoader | ||
onProgress(event:ProgressEvent):void
| CubeLoader | ||
![]() |
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
| LazyEventDispatcher | |
![]() |
willTrigger(type:String):Boolean
| LazyEventDispatcher |
CubeLoader | () | constructor |
public function CubeLoader(url:String, parse:Function, binary:Boolean, init:Object = null)
Parameters
url:String |
|
parse:Function |
|
binary:Boolean |
|
init:Object (default = null )
|
onError | () | method |
protected override function onError(event:IOErrorEvent):void
Parameters
event:IOErrorEvent |
onProgress | () | method |
protected override function onProgress(event:ProgressEvent):void
Parameters
event:ProgressEvent |