View source
class Tracker
package flixel.system.debug.watch
extends Watch › Window › Sprite › DisplayObjectContainer › InteractiveObject › DisplayObject › EventDispatcher
Static variables
staticobjectsBeingTracked:Array<Dynamic> = []
Stores a reference to all objects for a which a tracker window exists to prevent the creation of two windows for the same object.
staticprofiles:Array<TrackerProfile>
Order matters here, as the last profile is the most relevant - i.e., if the FlxSprite profile were added before the one for FlxObject, it would never be selected.