Table of Contents

Struct CurveType

Namespace
ValveResourceFormat.ResourceTypes.Choreo.Curves
Assembly
ValveResourceFormat.dll

Represents a curve interpolation type for choreography animations.

public struct CurveType

Inherited Members

Properties

InType

Gets or sets the input curve type.

public byte InType { readonly get; set; }

Property Value

byte

InTypeName

Gets the name of the input interpolation type.

public readonly string InTypeName { get; }

Property Value

string

OutType

Gets or sets the output curve type.

public byte OutType { readonly get; set; }

Property Value

byte

OutTypeName

Gets the name of the output interpolation type.

public readonly string OutTypeName { get; }

Property Value

string

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.