get method

dynamic get(
  1. dynamic attribute
)

Implementation

get(attribute) {
  if (attribute is InterleavedBufferAttribute) attribute = attribute.data;

  return this.buffers.get(attribute);
}