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.

static function addProfile(Profile:TrackerProfile):Void

static function findProfile(Object:Dynamic):TrackerProfile

static function onStateSwitch():Void

Instance Fields

function new(Profile:TrackerProfile, Object:Dynamic, ?WindowTitle:String = null):Void

function destroy():Void