Class FlexOpAdd
- Assembly
- ValveResourceFormat.dll
Flex operation that adds two values.
public class FlexOpAdd : FlexOpInheritance
Inherited Members
Constructors
FlexOpAdd(float)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps.FlexOpAdd class.
public FlexOpAdd(float data)Parameters
datafloat
Methods
Run(in FlexRuleContext)
Executes the flex operation.
public override void Run(in FlexRuleContext context)Parameters
contextFlexRuleContext
Remarks
Pops two values from the stack and pushes their sum.