Packageorg.wak.scene
Interfacepublic interface IManagedDepth
SubinterfacesISceneInteractable
ImplementorsWalkBehindArea

This interface if for objects in Scene which has the depth managed by the scene.



Public Properties
 PropertyDefined by
  baseline : int
[read-only] Depth baseline of the interactable
IManagedDepth
  displayObject : DisplayObject
[read-only] The display object of this Interactable entity
IManagedDepth
Property detail
baselineproperty
baseline:int  [read-only]

Depth baseline of the interactable

Implementation
    public function get baseline():int
displayObjectproperty 
displayObject:DisplayObject  [read-only]

The display object of this Interactable entity

Implementation
    public function get displayObject():DisplayObject