Enumeration that determines the order in which tiles should be loaded for a view.
Enumerator |
---|
TSLTileLoadOrderStrategy_VerticallyStriped_BottomLeftStart | Starts at the bottom left, going bottom to top and then moving a column to the right.
|
TSLTileLoadOrderStrategy_VerticallyStriped_BottomRightStart | Starts at the bottom right, going bottom to top and then moving a column to the left.
|
TSLTileLoadOrderStrategy_VerticallyStriped_TopLeftStart | Starts at the top left, going top to bottom and then moving a column to the right.
|
TSLTileLoadOrderStrategy_VerticallyStriped_TopRightStart | Starts at the top right, going top to bottom and then moving a column to the left.
|
TSLTileLoadOrderStrategy_HorizontallyStriped_BottomLeftStart | Starts at the bottom left, going left to right and then moving a row up.
|
TSLTileLoadOrderStrategy_HorizontallyStriped_BottomRightStart | Starts at the bottom right, going right to left and then moving a row up.
|
TSLTileLoadOrderStrategy_HorizontallyStriped_TopLeftStart | Starts at the top left, going left to right and then moving a row down.
|
TSLTileLoadOrderStrategy_HorizontallyStriped_TopRightStart | Starts at the top right, going right to left and then moving a row down.
|
TSLTileLoadOrderStrategy_ClockwiseSpiral_BottomLeftStart | Spiralling clockwise from the bottom left to the centre.
|
TSLTileLoadOrderStrategy_ClockwiseSpiral_BottomRightStart | Spiralling clockwise from the bottom right to the centre.
|
TSLTileLoadOrderStrategy_ClockwiseSpiral_TopLeftStart | Spiralling clockwise from the top left to the centre.
|
TSLTileLoadOrderStrategy_ClockwiseSpiral_TopRightStart | Spiralling clockwise from the top right to the centre.
|
TSLTileLoadOrderStrategy_ClockwiseSpiral_CentreStart | Spiralling clockwise out from the centre.
|
TSLTileLoadOrderStrategy_AntiClockwiseSpiral_BottomLeftStart | Spiralling anti-clockwise from the bottom left to the centre.
|
TSLTileLoadOrderStrategy_AntiClockwiseSpiral_BottomRightStart | Spiralling anti-clockwise from the bottom right to the centre.
|
TSLTileLoadOrderStrategy_AntiClockwiseSpiral_TopLeftStart | Spiralling anti-clockwise from the top left to the centre.
|
TSLTileLoadOrderStrategy_AntiClockwiseSpiral_TopRightStart | Spiralling anti-clockwise from the top right to the centre.
|
TSLTileLoadOrderStrategy_AntiClockwiseSpiral_CentreStart | Spiralling anti-clockwise out from the centre.
|