webani - v1.0.0
Preparing search index...
renderer/types/glb-parser-binary-buffer-read-result.type
GLBParserBinaryBufferReadResult
Type Alias GLBParserBinaryBufferReadResult
type
GLBParserBinaryBufferReadResult
=
{
accessorCount
:
number
;
bufferView
:
GLBParserBufferView
;
byteLength
:
number
;
byteOffset
:
number
;
byteStride
:
number
;
componentSize
:
number
;
componentType
:
number
;
dataView
:
DataView
;
readFunction
:
(
byteOffset
:
number
,
littleEndian
?:
boolean
)
=>
number
;
type
:
string
;
typeSize
:
number
;
}
Index
Properties
accessor
Count
buffer
View
byte
Length
byte
Offset
byte
Stride
component
Size
component
Type
data
View
read
Function
type
type
Size
Properties
accessor
Count
accessorCount
:
number
buffer
View
bufferView
:
GLBParserBufferView
byte
Length
byteLength
:
number
byte
Offset
byteOffset
:
number
byte
Stride
byteStride
:
number
component
Size
componentSize
:
number
component
Type
componentType
:
number
data
View
dataView
:
DataView
read
Function
readFunction
:
(
byteOffset
:
number
,
littleEndian
?:
boolean
)
=>
number
type
type
:
string
type
Size
typeSize
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accessor
Count
buffer
View
byte
Length
byte
Offset
byte
Stride
component
Size
component
Type
data
View
read
Function
type
type
Size
webani - v1.0.0
Loading...