Namespace ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps
Classes
- FlexOp
-
Base class for flex operations.
- FlexOpAdd
-
Flex operation that adds two values.
- FlexOpConst
-
Flex operation that pushes a constant value.
- FlexOpDiv
-
Flex operation that divides two values.
- FlexOpFetch1
-
Flex operation that fetches a controller value.
- FlexOpMax
-
Flex operation that computes the maximum of two values.
- FlexOpMin
-
Flex operation that computes the minimum of two values.
- FlexOpMul
-
Flex operation that multiplies two values.
- FlexOpNWay
-
Flex operation that performs N-way blending between values.
- FlexOpSub
-
Flex operation that subtracts two values.