nape.phys.InteractorIterator

type
class
Haxe Iterator compatible iterator over Nape list.

Static Methods

static function get(list:InteractorList):InteractorIterator

+ Create iterator for Nape list.

Instance Methods

inline function hasNext():Bool

+ Check if there are any elements remaining.

inline function next():Interactor

+ Return next element in list.