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