Struct BezierData
- Assembly
- ValveResourceFormat.dll
Represents Bezier curve data for choreography animations.
public struct BezierData
Inherited Members
Properties
Flags
Gets or sets the Bezier flags.
public BezierFlags Flags { readonly get; set; }
Property Value
InDegrees
Gets or sets the in degrees.
public float InDegrees { readonly get; set; }
Property Value
InWeight
Gets or sets the in weight.
public float InWeight { readonly get; set; }
Property Value
OutDegrees
Gets or sets the out degrees.
public float OutDegrees { readonly get; set; }
Property Value
OutWeight
Gets or sets the out weight.
public float OutWeight { readonly get; set; }
Property Value
Methods
ToKeyValue()
Converts this Bezier data to a ValveResourceFormat.Serialization.KeyValues.KVValue.
public readonly KVValue ToKeyValue()
Returns
- KVValue
-
A ValveResourceFormat.Serialization.KeyValues.KVValue representing this Bezier data.