Struct CurveType ​
Namespace: ValveResourceFormat.ResourceTypes.Choreo.Curves
Assembly: ValveResourceFormat.dll
Represents a curve interpolation type for choreography animations.
csharp
public struct CurveTypeProperties ​
InType ​
Gets or sets the input curve type.
csharp
public byte InType { readonly get; set; }Property Value ​
InTypeName ​
Gets the name of the input interpolation type.
csharp
public readonly string InTypeName { get; }Property Value ​
OutType ​
Gets or sets the output curve type.
csharp
public byte OutType { readonly get; set; }Property Value ​
OutTypeName ​
Gets the name of the output interpolation type.
csharp
public readonly string OutTypeName { get; }Property Value ​
Methods ​
ToKeyValue() ​
Converts this curve type to a .
csharp
public readonly KVValue ToKeyValue()Returns ​
A representing this curve type.

