Packagerobotlegs.bender.extensions.sarsIntegration.impl
Classpublic class Away3DViewMap
InheritanceAway3DViewMap Inheritance Object
Implements IAway3DViewMap

The Away3DViewMap class performs managing Away3D scene and views automatic mediation. When view is added or removed from scene, it will automatically create or destroy its mediator.



Public Properties
 PropertyDefined By
  mediatorMap : IMediatorMap
Map for mediating views.
Away3DViewMap
  view3D : View3D
Instance of View3D which contains scene receiving display objects.
Away3DViewMap
Public Methods
 MethodDefined By
  
addAway3DView(view:*):void
Add view to mediator map.
Away3DViewMap
  
init():void
Initialize listeners on Away3D scene.
Away3DViewMap
  
removeAway3DView(view:*):void
Remove view from mediator map.
Away3DViewMap
Property Detail
mediatorMapproperty
public var mediatorMap:IMediatorMap

Map for mediating views.

view3Dproperty 
public var view3D:View3D

Instance of View3D which contains scene receiving display objects.

Method Detail
addAway3DView()method
public function addAway3DView(view:*):void

Add view to mediator map.

Parameters

view:* — View instance that needs to be mediated.

init()method 
public function init():void

Initialize listeners on Away3D scene.

removeAway3DView()method 
public function removeAway3DView(view:*):void

Remove view from mediator map.

Parameters

view:* — View instance that needs to remove mediation.