selectedLevelZIndex property

int selectedLevelZIndex

The Z index value of the VenueLevel selected. Z index 0 represents the ground level, negative values represent underground levels, positive values - levels above the ground. Z index can also be taken from VenueLevel.zIndex. Gets the Z index of the currently selected VenueLevel.

Implementation

int get selectedLevelZIndex;
void selectedLevelZIndex=(int value)

The Z index value of the VenueLevel selected. Z index 0 represents the ground level, negative values represent underground levels, positive values - levels above the ground. Z index can also be taken from VenueLevel.zIndex. Sets the VenueLevel with the specified Z index as selected.

Implementation

set selectedLevelZIndex(int value);