fromBufferAttribute method

Vector fromBufferAttribute(
  1. BufferAttribute<NativeArray<num>> attribute,
  2. int index
)

Implementation

Vector fromBufferAttribute(BufferAttribute attribute,int index) {
  throw('Not implimented in Vector type yet');
}