Constructor

@:value({ factor : 0.5 })new(inputA:String, inputB:String, factor:Float = 0.5)

Parameters:

inputA

The name of the node for input A

inputB

The name of the node for input B

factor

The mix factor, ranges from 0 to 1 where 0 is fully inputA and 1 is fully inputB

Variables

inputA:String

inputB:String

factor:Float

Methods

Inherited Variables

Defined by FoxBaseNode

@: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.

Inherited Methods

Defined by FoxBaseNode

initialize(tracks:StringMap<FoxTrackData>):Void