Class ChoreoEdge
- 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
Properties
CurveType
Gets the curve type of this edge.
public CurveType CurveType { get; init; }
Property Value
ZeroValue
Gets the zero value of this edge.
public float ZeroValue { get; init; }
Property Value
Methods
ToKeyValues()
Converts this edge to a ValveResourceFormat.Serialization.KeyValues.KVObject.
public KVObject ToKeyValues()
Returns
- KVObject
-
A ValveResourceFormat.Serialization.KeyValues.KVObject representing this edge.