AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
ArrayBufferView类 参考
类 ArrayBufferView 继承关系图:
Float32TypedArray Uint16TypedArray Uint32TypedArray Float32Array Uint16Array Uint32Array

Public 成员函数

 ArrayBufferView (ArrayBuffer buffer, long byteOffset, long byteLength, EnumDataType dataType)
 
long GetByteOffset ()
 
long GetByteLength ()
 
EnumDataType GetDataType ()
 
ArrayBuffer GetBuffer ()
 
void UpdateAddress ()
 

详细描述

<>
用于方便访问ArrayBuffer数据。ArrayBufferView不保存数据,只能用来访问修改数据元素,无法更改ArrayBuffer的大小。