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