Links |
---|
Returns the layer in which this region will be drawn.
layer [, sublevel] = layeredRegion:GetDrawLayer()
Returns
- layer
- string - Layer in which this layered region is rendered, e.g. "ARTWORK"
- sublevel
- number? - If applicable, the sublevel within the returned layer, between -8 and 7.
Details
- Regions within the same layer will be ordered by the sublevel property, with higher-value regions being rendered on top of lower ones.