Table of Contents

Struct FlexRuleContext

Namespace
ValveResourceFormat.ResourceTypes.ModelFlex
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

stack Stack<float>
controllerValues float[]

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; }

Property Value

Stack<float>