| Property | Defined by | ||
|---|---|---|---|
| CAMERA_HEIGHT : int = 240 [static]
The requested height of the camera object
| NeaveCamera | ||
| CAMERA_WIDTH : int = 320 [static]
The requested width of the camera object
| NeaveCamera | ||
| muted : Boolean [static][read-only]
Whether the camera object is available or not
| NeaveCamera | ||
| Method | Defined by | ||
|---|---|---|---|
| NeaveCamera | |||
|
getCamera():Camera
[static]
Sets up and returns the camera object
| NeaveCamera | ||
| CAMERA_HEIGHT | property |
public static var CAMERA_HEIGHT:int = 240The requested height of the camera object
| CAMERA_WIDTH | property |
public static var CAMERA_WIDTH:int = 320The requested width of the camera object
| muted | property |
muted:Boolean [read-only]Whether the camera object is available or not
Implementation public static function get muted():Boolean
| NeaveCamera | () | constructor |
public function NeaveCamera()
| getCamera | () | method |
public static function getCamera():CameraSets up and returns the camera object
ReturnsCamera — A camera object
|