Table of Contents

Class ChoreoEdge

Namespace
ValveResourceFormat.ResourceTypes.Choreo
Assembly
ValveResourceFormat.dll

Represents an edge in a choreography curve.

public class ChoreoEdge

Inheritance

Inherited Members

Constructors

ChoreoEdge(CurveType, float)

Initializes a new instance of the ValveResourceFormat.ResourceTypes.Choreo.ChoreoEdge class.

public ChoreoEdge(CurveType curveType, float zeroValue)

Parameters

curveType CurveType

The curve type.

zeroValue float

The zero value.

Properties

CurveType

Gets the curve type of this edge.

public CurveType CurveType { get; init; }

Property Value

CurveType

ZeroValue

Gets the zero value of this edge.

public float ZeroValue { get; init; }

Property Value

float

Methods

ToKeyValues()

Converts this edge to a ValveResourceFormat.Serialization.KeyValues.KVObject.

public KVObject ToKeyValues()

Returns

KVObject

A ValveResourceFormat.Serialization.KeyValues.KVObject representing this edge.