open class LayerConfig(var alphaBlend: LayerAlphaBlend? = null, var colorScaleBias: LayerColorScaleBias? = null, var zIndex: Int = 0, var secure: Boolean = false, var filters: Int = 0)
| Name | Summary |
|---|---|
LayerConfig | constructor(alphaBlend: LayerAlphaBlend? = null, colorScaleBias: LayerColorScaleBias? = null, zIndex: Int = 0, secure: Boolean = false, filters: Int = 0) |
| Name | Summary |
|---|---|
alphaBlend | |
colorScaleBias | |
filters | var filters: Int |
secure | var secure: Boolean Whether the layer should be rendered securely to enable DRM. |
var zIndex: Int Integer value controlling the rendering order (higher values render on top). Layers of the same z-index are rendered based on the distance of entity origin from head pose. |