Struct FlexRuleContext
- Assembly
- ValveResourceFormat.dll
Context for evaluating flex rules.
public readonly struct FlexRuleContext
Inherited Members
Constructors
FlexRuleContext(Stack<float>, float[])
Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelFlex.FlexRuleContext struct.
public FlexRuleContext(Stack<float> stack, float[] controllerValues)
Parameters
Properties
ControllerValues
Gets the controller values.
public float[] ControllerValues { get; }
Property Value
- float[]
Stack
Gets the stack for flex operations.
public Stack<float> Stack { get; }