Uint16BufferAttribute.fromList constructor
Implementation
factory Uint16BufferAttribute.fromList(List<int> list, int itemSize,[bool normalized = false]){
return Uint16BufferAttribute(Uint16Array.fromList(list),itemSize,normalized);
}
factory Uint16BufferAttribute.fromList(List<int> list, int itemSize,[bool normalized = false]){
return Uint16BufferAttribute(Uint16Array.fromList(list),itemSize,normalized);
}