Package | away3d.events |
Class | public class CameraEvent |
Inheritance | CameraEvent flash.events.Event |
Property | Defined by | ||
---|---|---|---|
camera : Camera3D
A reference to the session object that is relevant to the event.
| CameraEvent |
Method | Defined by | ||
---|---|---|---|
Creates a new
FaceEvent object. | CameraEvent | ||
clone():Event
Creates a copy of the FaceEvent object and sets the value of each property to match that of the original.
| CameraEvent |
Constant | Defined by | ||
---|---|---|---|
CAMERA_UPDATED : String = "cameraUpdated" [static]
Defines the value of the type property of a cameraUpdated event object.
| CameraEvent |
camera | property |
public var camera:Camera3D
A reference to the session object that is relevant to the event.
CameraEvent | () | constructor |
public function CameraEvent(type:String, camera:Camera3D)
Parameters
type:String — The type of the event. Possible values are: FaceEvent.UPDATED .
|
|
camera:Camera3D — A reference to the camera object that is relevant to the event.
|
clone | () | method |
public override function clone():Event
Creates a copy of the FaceEvent object and sets the value of each property to match that of the original.
ReturnsEvent |
CAMERA_UPDATED | constant |
public static const CAMERA_UPDATED:String = "cameraUpdated"
Defines the value of the type property of a cameraUpdated event object.