Packageorg.wak.scene
Interfacepublic interface IGateSpotDefinition
ImplementorsXMLGateSpotDefinition

Interface for data holders containing info to define a GateSpot.



Public Properties
 PropertyDefined by
  destinationName : String
[read-only] A name of the destination to show.
IGateSpotDefinition
  enabled : Boolean
[read-only] Flag to enable an disable the gatespot
IGateSpotDefinition
  gatespotId : String
[read-only]
IGateSpotDefinition
  position : IntPoint
[read-only] the position of the gatespot on the scene
IGateSpotDefinition
  sceneDestinationId : String
[read-only] The id of the destination scene to jump.
IGateSpotDefinition
  size : IntPoint
[read-only] The size of the rectangular area defining the gatespot.
IGateSpotDefinition
  visible : Boolean
[read-only] Flag to visible an disable the gatespot
IGateSpotDefinition
Property detail
destinationNameproperty
destinationName:String  [read-only]

A name of the destination to show.

Implementation
    public function get destinationName():String
enabledproperty 
enabled:Boolean  [read-only]

Flag to enable an disable the gatespot

Implementation
    public function get enabled():Boolean
gatespotIdproperty 
gatespotId:String  [read-only]Implementation
    public function get gatespotId():String
positionproperty 
position:IntPoint  [read-only]

the position of the gatespot on the scene

Implementation
    public function get position():IntPoint
sceneDestinationIdproperty 
sceneDestinationId:String  [read-only]

The id of the destination scene to jump.

Implementation
    public function get sceneDestinationId():String
sizeproperty 
size:IntPoint  [read-only]

The size of the rectangular area defining the gatespot.

Implementation
    public function get size():IntPoint
visibleproperty 
visible:Boolean  [read-only]

Flag to visible an disable the gatespot

Implementation
    public function get visible():Boolean