Package | away3d.cameras |
Class | public class TargetCamera3D |
Inheritance | TargetCamera3D ![]() ![]() ![]() |
Subclasses | HoverCamera3D |
Property | Defined by | ||
---|---|---|---|
![]() | extra : Object | Object3D | |
![]() | focus : Number | Camera3D | |
![]() | handCursor : Boolean | Object3D | |
![]() | maxX : Number | Object3D | |
![]() | maxY : Number | Object3D | |
![]() | maxZ : Number | Object3D | |
![]() | minX : Number | Object3D | |
![]() | minY : Number | Object3D | |
![]() | minZ : Number | Object3D | |
![]() | mousable : Boolean | Object3D | |
![]() | name : String | Object3D | |
parent : ObjectContainer3D
[write-only]
| TargetCamera3D | ||
![]() | position : Number3D | Object3D | |
![]() | radius : Number | Object3D | |
![]() | rotationX : Number | Object3D | |
![]() | rotationY : Number | Object3D | |
![]() | rotationZ : Number | Object3D | |
![]() | scene : Scene3D | Object3D | |
![]() | scenePosition : Number3D | Object3D | |
![]() | sceneTransform : Matrix3D | Object3D | |
target : Object3D
Object the camera always targets
| TargetCamera3D | ||
![]() | transform : Matrix3D | Object3D | |
view : Matrix3D
[read-only]
| TargetCamera3D | ||
![]() | visible : Boolean | Object3D | |
![]() | x : Number | Object3D | |
![]() | y : Number | Object3D | |
![]() | z : Number | Object3D | |
![]() | zoom : Number | Camera3D |
Method | Defined by | ||
---|---|---|---|
TargetCamera3D
(init:Object = null) | TargetCamera3D | ||
![]() |
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):*
| Camera3D | |
![]() | Object3D | ||
![]() | Object3D | ||
![]() |
moveBackward(distance:Number):void
| Object3D | |
![]() |
moveDown(distance:Number):void
| Object3D | |
![]() |
moveForward(distance:Number):void
| Object3D | |
![]() |
moveLeft(distance:Number):void
| Object3D | |
![]() |
moveRight(distance:Number):void
| Object3D | |
![]() | Object3D | ||
![]() |
moveUp(distance:Number):void
| Object3D | |
![]() |
pan(angle:Number):void
Rotate the camera in its horizontal plane.
| Camera3D | |
![]() |
pitch(angle:Number):void
| Object3D | |
![]() |
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 | ||
![]() | Camera3D | ||
![]() |
tick(time:int):void
| Object3D | |
![]() |
tilt(angle:Number):void
Rotate the camera in its vertical plane.
| Camera3D | |
![]() |
toString():String
| Object3D | |
![]() | Object3D | ||
![]() | Object3D | ||
![]() |
yaw(angle:Number):void
| Object3D |
parent | property |
parent:ObjectContainer3D
[write-only]Implementation
public function set parent(value:ObjectContainer3D):void
target | property |
public var target:Object3D
Object the camera always targets
view | property |
TargetCamera3D | () | constructor |
public function TargetCamera3D(init:Object = null)
Parameters
init:Object (default = null )
|