Table of Contents

Class FlexController

Namespace
ValveResourceFormat.ResourceTypes.ModelFlex
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

name string
type string
min float
max float

Properties

Max

Gets the maximum value of the flex controller.

public float Max { get; }

Property Value

float

Min

Gets the minimum value of the flex controller.

public float Min { get; }

Property Value

float

Name

Gets the name of the flex controller.

public string Name { get; }

Property Value

string