Class ChoreoEdge
Namespace: ValveResourceFormat.ResourceTypes.Choreo
Assembly: ValveResourceFormat.dll
Represents an edge in a choreography curve.
csharp
public class ChoreoEdgeInheritance
Constructors
ChoreoEdge(CurveType, float)
Initializes a new instance of the class.
csharp
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.
csharp
public CurveType CurveType { get; init; }Property Value
ZeroValue
Gets the zero value of this edge.
csharp
public float ZeroValue { get; init; }Property Value
Methods
ToKeyValues()
Converts this edge to a .
csharp
public KVObject ToKeyValues()Returns
A representing this edge.

