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 | ||
---|---|---|---|
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 |
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)
Creates a new FaceEvent
object.
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 |
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.
ReturnsEvent |
CAMERA_UPDATED | Constant |
public static const CAMERA_UPDATED:String = cameraUpdated
Defines the value of the type property of a cameraUpdated event object.