class nape.constraint.ConstraintIterator
Available on all platforms
Haxe Iterator
Class Fields
static function get(list:ConstraintList):ConstraintIterator
Create iterator for Nape list.
*
* There is no specific reason to use this over: list.iterator()
* especcialy since this requires writing the class name :)
* (This function is used internally)
*
*
list | The Nape list to create iterator for. * |
returns | An iterator over the Nape list. |