get method
dynamic
get(
- dynamic attribute
Implementation
get(attribute) {
if (attribute is InterleavedBufferAttribute) attribute = attribute.data;
return this.buffers.get(attribute);
}
get(attribute) {
if (attribute is InterleavedBufferAttribute) attribute = attribute.data;
return this.buffers.get(attribute);
}