Packageaway3d.events
Classpublic class CameraEvent
InheritanceCameraEvent Inheritance flash.events.Event

Passed as a parameter when a camera event occurs



Public Properties
 PropertyDefined By
  camera : Camera3D
A reference to the session object that is relevant to the event.
CameraEvent
Public Methods
 MethodDefined By
  
CameraEvent(type:String, camera:Camera3D)
Creates a new FaceEvent object.
CameraEvent
  
clone():Event
[override] Creates a copy of the FaceEvent object and sets the value of each property to match that of the original.
CameraEvent
Public Constants
 ConstantDefined By
  CAMERA_UPDATED : String = cameraUpdated
[static] Defines the value of the type property of a cameraUpdated event object.
CameraEvent
Property Detail
cameraproperty
public var camera:Camera3D

A reference to the session object that is relevant to the event.

Constructor Detail
CameraEvent()Constructor
public function CameraEvent(type:String, camera:Camera3D)

Creates a new FaceEvent object.

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.
####INIT####
Method Detail
clone()method
override public function clone():Event

Creates a copy of the FaceEvent object and sets the value of each property to match that of the original.

Returns
Event
Constant Detail
CAMERA_UPDATEDConstant
public static const CAMERA_UPDATED:String = cameraUpdated

Defines the value of the type property of a cameraUpdated event object.