Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-browser
/
web.xr
/
XRCubeLayer
XRCube
Layer
web
open
class
XRCubeLayer
:
XRCompositionLayer
(
source
)
Members
Properties
blend
Texture
Source
Alpha
Link copied to clipboard
web
var
blendTextureSourceAlpha
:
Boolean
chromatic
Aberration
Correction
Link copied to clipboard
web
var
chromaticAberrationCorrection
:
Boolean
?
layout
Link copied to clipboard
web
val
layout
:
XRLayerLayout
mip
Levels
Link copied to clipboard
web
val
mipLevels
:
Int
needs
Redraw
Link copied to clipboard
web
val
needsRedraw
:
Boolean
onredraw
Link copied to clipboard
web
var
onredraw
:
EventHandler
<
XRLayerEvent
,
*
,
*
>
orientation
Link copied to clipboard
web
var
orientation
:
DOMPointReadOnly
quality
Link copied to clipboard
web
var
quality
:
XRLayerQuality
space
Link copied to clipboard
web
var
space
:
XRSpace
Functions
destroy
Link copied to clipboard
web
fun
destroy
(
)
dispatch
Event
Link copied to clipboard
web
open
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
when
Link copied to clipboard
web
fun
<
T
:
Event
>
when
(
type
:
EventType
<
T
>
,
options
:
ObservableEventListenerOptions
?
)
:
Observable
<
T
>