Packagetwaver.threed.event
Classpublic class Camera3DEvent
InheritanceCamera3DEvent Inheritance flash.events.Event

A Camera3DEvent object will be dispatched when the camera state of a scene is changed. Moving camera, and resetting the lens property of a camera will generate a Camera3DEvent object.



Public Methods
 MethodDefined By
  
Camera3DEvent(type:String)
Construct function of Camera3DEvent
Camera3DEvent
Public Constants
 ConstantDefined By
  CAMERA_UPDATE : String = camera.updated
[static] The type of a Camera3DEvent.
Camera3DEvent
Constructor Detail
Camera3DEvent()Constructor
public function Camera3DEvent(type:String)

Construct function of Camera3DEvent

Parameters
type:String
Constant Detail
CAMERA_UPDATEConstant
public static const CAMERA_UPDATE:String = camera.updated

The type of a Camera3DEvent.