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
/
XREquirectLayer
XREquirect
Layer
web
open
class
XREquirectLayer
:
XRCompositionLayer
(
source
)
Members
Properties
blend
Texture
Source
Alpha
Link copied to clipboard
web
var
blendTextureSourceAlpha
:
Boolean
central
Horizontal
Angle
Link copied to clipboard
web
var
centralHorizontalAngle
:
Float
chromatic
Aberration
Correction
Link copied to clipboard
web
var
chromaticAberrationCorrection
:
Boolean
?
layout
Link copied to clipboard
web
val
layout
:
XRLayerLayout
lower
Vertical
Angle
Link copied to clipboard
web
var
lowerVerticalAngle
:
Float
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
,
*
,
*
>
quality
Link copied to clipboard
web
var
quality
:
XRLayerQuality
radius
Link copied to clipboard
web
var
radius
:
Float
space
Link copied to clipboard
web
var
space
:
XRSpace
transform
Link copied to clipboard
web
var
transform
:
XRRigidTransform
upper
Vertical
Angle
Link copied to clipboard
web
var
upperVerticalAngle
:
Float
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
>