getAttribute method

BufferAttribute getAttribute(
  1. String name
)

Returns the named attribute from the attributes Map.

Implementation

BufferAttribute getAttribute(String name) {
  return attributes[name]!;
}