toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.webgl
/
Uint32Array
Uint32Array
open
class
Uint32Array
:
ArrayBufferView
,
JsAny
Exposes the JavaScript
Uint32Array
to Kotlin
Members
Constructors
Uint32Array
Link copied to clipboard
constructor
(
length
:
Int
)
constructor
(
array
:
Uint32Array
)
constructor
(
array
:
JsArray
<
JsNumber
>
)
constructor
(
buffer
:
ArrayBuffer
,
byteOffset
:
Int
,
length
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
buffer
Link copied to clipboard
open
override
val
buffer
:
ArrayBuffer
byte
Length
Link copied to clipboard
open
override
val
byteLength
:
Int
byte
Offset
Link copied to clipboard
open
override
val
byteOffset
:
Int
length
Link copied to clipboard
open
val
length
:
Int
Functions
set
Link copied to clipboard
fun
set
(
array
:
JsArray
<
JsNumber
>
,
offset
:
Int
)
fun
set
(
array
:
Uint32Array
,
offset
:
Int
)
subarray
Link copied to clipboard
fun
subarray
(
start
:
Int
,
end
:
Int
)
:
Uint32Array