| Package | org.wak.scene |
| Interface | public interface IGateSpotDefinition |
| Implementors | XMLGateSpotDefinition |
| Property | Defined 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 | ||
| destinationName | property |
destinationName:String [read-only]A name of the destination to show.
Implementation public function get destinationName():String
| enabled | property |
enabled:Boolean [read-only]Flag to enable an disable the gatespot
Implementation public function get enabled():Boolean
| gatespotId | property |
gatespotId:String [read-only]Implementation
public function get gatespotId():String
| position | property |
position:IntPoint [read-only]the position of the gatespot on the scene
Implementation public function get position():IntPoint
| sceneDestinationId | property |
sceneDestinationId:String [read-only]The id of the destination scene to jump.
Implementation public function get sceneDestinationId():String
| size | property |
size:IntPoint [read-only]The size of the rectangular area defining the gatespot.
Implementation public function get size():IntPoint
| visible | property |
visible:Boolean [read-only]Flag to visible an disable the gatespot
Implementation public function get visible():Boolean