Struct FlexSceneFile.FlexWeight
- Namespace
- ValveResourceFormat.FlexSceneFile
- Assembly
- ValveResourceFormat.dll
Represents a flex weight with influence values.
public struct FlexSceneFile.FlexWeight
Inherited Members
Constructors
FlexWeight(float, float)
Initializes a new instance of the ValveResourceFormat.FlexSceneFile.FlexSceneFile.FlexWeight struct.
public FlexWeight(float weight, float influence)
Parameters
Properties
Influence
Gets or sets the influence value.
public float Influence { readonly get; set; }
Property Value
Weight
Gets or sets the weight value.
public float Weight { readonly get; set; }