GeometryAttributesIterator (struct)¶
An iterator for enumerating attributes contained in a GeometryAttributes .
Methods¶
GeometryAttributesIterator ( in GeometryAttributesIterator other ) | |
GeometryAttributesIterator () | |
GeometryAttributesIterator | clone ? () |
Ref<GeometryAttribute> | getNext ! () |
Methods in detail¶
GeometryAttributesIterator ( in GeometryAttributesIterator other )
copy constructor
default constructor
GeometryAttributesIterator GeometryAttributesIterator.clone? ()
clone method
Ref<GeometryAttribute> GeometryAttributesIterator.getNext! ()
Returns a next attribute contained in the GeometryAttributes, or null when finished.
注釈
A change of the attribute set (attributes are added or removed) will cause undefined behaviors.