class flixel.system.debug.Tracker extends Watch
Available on all platforms
Class Fields
static var objectsBeingTracked: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.
static var profiles:Array<TrackerProfile>
Order matters here, as the last profile is the most releveant - i.e., if the * FlxSprite profile were added before the one for FlxObject, it would never be selected.