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