Class FlexOpConst
- Assembly
- ValveResourceFormat.dll
Flex operation that pushes a constant value.
public class FlexOpConst : FlexOpInheritance
Inherited Members
Constructors
FlexOpConst(float)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelFlex.FlexOps.FlexOpConst class.
public FlexOpConst(float data)Parameters
datafloat
Methods
Run(in FlexRuleContext)
Executes the flex operation.
public override void Run(in FlexRuleContext context)Parameters
contextFlexRuleContext
Remarks
Pushes the constant data value onto the stack.