Returns a vertex attribute as an Accessor.
(semantic: string)
| 141 | |
| 142 | /** Returns a vertex attribute as an {@link Accessor}. */ |
| 143 | public getAttribute(semantic: string): Accessor | null { |
| 144 | return this.getRefMap('attributes', semantic); |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Sets a vertex attribute to an {@link Accessor}. All attributes must have the same vertex |
no outgoing calls