Packageorg.wak.scene
Interfacepublic interface IWalkbehindDefinition
ImplementorsXMLWalkBehindDef

Definition data to create a new WalkBehindArea



Public Properties
 PropertyDefined by
  baseline : int
[read-only] Y coordinates of the visibility base line.
IWalkbehindDefinition
  displayObjectId : String
[read-only] Id of the display object of the inverted mask.
IWalkbehindDefinition
  position : IntPoint
[read-only] the position of the display object of the area
IWalkbehindDefinition
Property detail
baselineproperty
baseline:int  [read-only]

Y coordinates of the visibility base line.

Implementation
    public function get baseline():int
displayObjectIdproperty 
displayObjectId:String  [read-only]

Id of the display object of the inverted mask.

Implementation
    public function get displayObjectId():String
positionproperty 
position:IntPoint  [read-only]

the position of the display object of the area

Implementation
    public function get position():IntPoint