Class FlexController
- Assembly
- ValveResourceFormat.dll
Represents a flex controller for model facial animation.
public class FlexController
Inheritance
Inherited Members
Constructors
FlexController(string, string, float, float)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.ModelFlex.FlexController class.
public FlexController(string name, string type, float min, float max)
Parameters
Properties
Max
Gets the maximum value of the flex controller.
public float Max { get; }
Property Value
Min
Gets the minimum value of the flex controller.
public float Min { get; }
Property Value
Name
Gets the name of the flex controller.
public string Name { get; }