Packagede.bytepark.geostats.events
Classpublic class GeoStatsBaseEvent
InheritanceGeoStatsBaseEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  currentSceneRotationX : Number
current rotation of the x-axis
GeoStatsBaseEvent
  currentSceneRotationY : Number
current rotation of the y-axis
GeoStatsBaseEvent
Public Methods
 MethodDefined by
  
GeoStatsBaseEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
GeoStatsBaseEvent
Public Constants
 ConstantDefined by
  ROTATE_SCENE_X_CHANGED : String = "rotateSceneXchanged"
[static]
GeoStatsBaseEvent
  ROTATE_SCENE_Y_CHANGED : String = "rotateSceneYchanged"
[static]
GeoStatsBaseEvent
Property detail
currentSceneRotationXproperty
public var currentSceneRotationX:Number

current rotation of the x-axis

currentSceneRotationYproperty 
public var currentSceneRotationY:Number

current rotation of the y-axis

Constructor detail
GeoStatsBaseEvent()constructor
public function GeoStatsBaseEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
ROTATE_SCENE_X_CHANGEDconstant
public static const ROTATE_SCENE_X_CHANGED:String = "rotateSceneXchanged"

ROTATE_SCENE_Y_CHANGEDconstant 
public static const ROTATE_SCENE_Y_CHANGED:String = "rotateSceneYchanged"