Constructor

new()

Variables

@:value(new StringMap())data:StringMap<FoxTrackData> = new StringMap()

This is where interpolated values for this source are stored.

@:value(true)active:Bool = true

@:value(true)initRequired:Bool = true

If true, the node will initialize data for its tracks at the start of the blend frame. This should only be set when the node is ready to be used (i.e: After adding tracks, or removing tracks)

If tracks or animations have been updated, you might want to set this property again.

Methods

initialize(tracks:StringMap<FoxTrackData>):Void