Haxe Iterator
Static variables
Static methods
staticget(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)
Parameters:
list | The Nape list to create iterator for. |
---|
Returns:
An iterator over the Nape list.