Property | Defined by | ||
---|---|---|---|
dispatchEvents : Boolean | Panorama | ||
instance : Panorama
[static][read-only]
| Panorama |
Property | Defined by | ||
---|---|---|---|
_capicua : Capicua | Panorama | ||
_displayingTile : Tile | Panorama | ||
_graphicsData : Vector | Panorama | ||
_loadingStatistics : LoadingStatistics | Panorama | ||
_panRawData : Vector | Panorama | ||
_referenceTransformedVertices : Vector | Panorama | ||
_tempClippedUvtData : Vector | Panorama | ||
_tempClippedVertices : Vector | Panorama | ||
_tempPoint : Vector3D | Panorama | ||
_tiltAroundAxis : Vector3D | Panorama | ||
_tiltRawData : Vector | Panorama | ||
_transformRawData : Vector | Panorama |
Method | Defined by | ||
---|---|---|---|
Panorama()
| Panorama | ||
bitmapLoadedHandler(event:Event):void
| Panorama | ||
Panorama |
Method | Defined by | ||
---|---|---|---|
clipToFrustumPlane(vertices:Vector, uvtData:Vector, plane:Vector3D):void
| Panorama |
_capicua | property |
protected var _capicua:Capicua
dispatchEvents | property |
public var dispatchEvents:Boolean
_displayingTile | property |
protected var _displayingTile:Tile
_graphicsData | property |
protected var _graphicsData:Vector
instance | property |
_loadingStatistics | property |
protected var _loadingStatistics:LoadingStatistics
_panRawData | property |
protected var _panRawData:Vector
_referenceTransformedVertices | property |
protected var _referenceTransformedVertices:Vector
_tempClippedUvtData | property |
protected var _tempClippedUvtData:Vector
_tempClippedVertices | property |
protected var _tempClippedVertices:Vector
_tempPoint | property |
protected var _tempPoint:Vector3D
_tiltAroundAxis | property |
protected var _tiltAroundAxis:Vector3D
_tiltRawData | property |
protected var _tiltRawData:Vector
_transformRawData | property |
protected var _transformRawData:Vector
Panorama | () | constructor |
public function Panorama()
bitmapLoadedHandler | () | method |
public final function bitmapLoadedHandler(event:Event):void
Parameters
event:Event |
clipToFrustumPlane | () | method |
protected function clipToFrustumPlane(vertices:Vector, uvtData:Vector, plane:Vector3D):void
Parameters
vertices:Vector |
|
uvtData:Vector |
|
plane:Vector3D |
render | () | method |
public final function render(viewData:ViewData, targetGraphics:Graphics = null):Boolean
Parameters
viewData:ViewData |
|
targetGraphics:Graphics (default = null )
|
Boolean |