| Package | de.bytepark.geostats.events |
| Class | public class GeoStatsBaseEvent |
| Inheritance | GeoStatsBaseEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| currentSceneRotationX : Number
current rotation of the x-axis
| GeoStatsBaseEvent | ||
| currentSceneRotationY : Number
current rotation of the y-axis
| GeoStatsBaseEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
GeoStatsBaseEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
| GeoStatsBaseEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ROTATE_SCENE_X_CHANGED : String = "rotateSceneXchanged" [static]
| GeoStatsBaseEvent | ||
| ROTATE_SCENE_Y_CHANGED : String = "rotateSceneYchanged" [static]
| GeoStatsBaseEvent | ||
| currentSceneRotationX | property |
public var currentSceneRotationX:Numbercurrent rotation of the x-axis
| currentSceneRotationY | property |
public var currentSceneRotationY:Numbercurrent rotation of the y-axis
| GeoStatsBaseEvent | () | constructor |
public function GeoStatsBaseEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Constructor
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| ROTATE_SCENE_X_CHANGED | constant |
public static const ROTATE_SCENE_X_CHANGED:String = "rotateSceneXchanged"
| ROTATE_SCENE_Y_CHANGED | constant |
public static const ROTATE_SCENE_Y_CHANGED:String = "rotateSceneYchanged"