Class FlexOpNWay
- Assembly
- ValveResourceFormat.dll
Flex operation that performs N-way blending between values.
public class FlexOpNWay : FlexOp
Inheritance
Inherited Members
Constructors
FlexOpNWay(float)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps.FlexOpNWay class.
public FlexOpNWay(float data)
Parameters
data
float
Methods
Run(in FlexRuleContext)
Executes the flex operation.
public override void Run(in FlexRuleContext context)
Parameters
context
FlexRuleContext
Remarks
Performs N-way blending based on controller values and threshold points.