Struct CurveType
- Assembly
- ValveResourceFormat.dll
Represents a curve interpolation type for choreography animations.
public struct CurveTypeInherited Members
Properties
InType
Gets or sets the input curve type.
public byte InType { readonly get; set; }Property Value
InTypeName
Gets the name of the input interpolation type.
public readonly string InTypeName { get; }Property Value
OutType
Gets or sets the output curve type.
public byte OutType { readonly get; set; }Property Value
OutTypeName
Gets the name of the output interpolation type.
public readonly string OutTypeName { get; }Property Value
Methods
ToKeyValue()
Converts this curve type to a ValveResourceFormat.Serialization.KeyValues.KVValue.
public readonly KVValue ToKeyValue()Returns
- KVValue
-
A ValveResourceFormat.Serialization.KeyValues.KVValue representing this curve type.