Struct BezierData ​
Namespace: ValveResourceFormat.ResourceTypes.Choreo.Curves
Assembly: ValveResourceFormat.dll
Represents Bezier curve data for choreography animations.
csharp
public struct BezierDataProperties ​
Flags ​
Gets or sets the Bezier flags.
csharp
public BezierFlags Flags { readonly get; set; }Property Value ​
InDegrees ​
Gets or sets the in degrees.
csharp
public float InDegrees { readonly get; set; }Property Value ​
InWeight ​
Gets or sets the in weight.
csharp
public float InWeight { readonly get; set; }Property Value ​
OutDegrees ​
Gets or sets the out degrees.
csharp
public float OutDegrees { readonly get; set; }Property Value ​
OutWeight ​
Gets or sets the out weight.
csharp
public float OutWeight { readonly get; set; }Property Value ​
Methods ​
ToKeyValue() ​
Converts this Bezier data to a .
csharp
public readonly KVValue ToKeyValue()Returns ​
A representing this Bezier data.

