OverlayInterface
- class Sc.OverlayInterface()
Methods
destroy
- OverlayInterface.destroy(viewKey, index)
- Arguments
viewKey (
ViewKey()) – Noneindex (
number()) – None
- Return type
void
maxIndex
- OverlayInterface.maxIndex()
- Return type
number
setCamera
setViewport
- OverlayInterface.setViewport(viewKey, index, anchor, xOffset, xUnit, yOffset, yUnit, width, widthUnit, height, heightUnit)
- Arguments
viewKey (
ViewKey()) – Noneindex (
number()) – Noneanchor (
OverlayAnchor()) – NonexOffset (
number()) – NonexUnit (
OverlayUnit()) – NoneyOffset (
number()) – NoneyUnit (
OverlayUnit()) – Nonewidth (
number()) – NonewidthUnit (
OverlayUnit()) – Noneheight (
number()) – NoneheightUnit (
OverlayUnit()) – None
- Return type
void
setVisible
- OverlayInterface.setVisible(viewKey, index, visibility)
- Arguments
viewKey (
ViewKey()) – Noneindex (
number()) – Nonevisibility (
boolean()) – None
- Return type
void