get method
Implementation
dynamic get(BaseBufferAttribute attribute) {
if (attribute.type == "InterleavedBufferAttribute") {
return buffers.get(attribute.data);
}
else {
return buffers.get(attribute);
}
}
dynamic get(BaseBufferAttribute attribute) {
if (attribute.type == "InterleavedBufferAttribute") {
return buffers.get(attribute.data);
}
else {
return buffers.get(attribute);
}
}