class FoxBaseNode
package foxlite.animation.layering
extended by FoxAddNode, FoxBlendSource, FoxMixNode, FoxSubtractNode
Constructor
Variables
data:StringMap<FoxTrackData> = new StringMap()
This is where interpolated values for this source are stored.
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.