class nape.geom.RayResultIterator
Available on all platforms
Haxe Iterator
Class Fields
static function get(list:RayResultList):RayResultIterator
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. |