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
/
XRAnchorSet
XRAnchor
Set
web
abstract
class
XRAnchorSet
:
MutableSetLike
<
XRAnchor
>
(
source
)
Members
Properties
size
Link copied to clipboard
web
abstract
override
val
size
:
Int
Functions
add
Link copied to clipboard
web
abstract
fun
add
(
value
:
XRAnchor
)
clear
Link copied to clipboard
web
abstract
fun
clear
(
)
delete
Link copied to clipboard
web
abstract
fun
delete
(
value
:
XRAnchor
)
:
Boolean
entries
Link copied to clipboard
web
abstract
fun
entries
(
)
:
JsIterator
<
Tuple2
<
XRAnchor
,
XRAnchor
>
>
for
Each
Link copied to clipboard
web
abstract
fun
forEach
(
action
:
(
item
:
XRAnchor
)
->
Unit
)
has
Link copied to clipboard
web
abstract
override
fun
has
(
key
:
XRAnchor
)
:
Boolean
keys
Link copied to clipboard
web
abstract
fun
keys
(
)
:
JsIterator
<
XRAnchor
>
values
Link copied to clipboard
web
abstract
fun
values
(
)
:
JsIterator
<
XRAnchor
>