Class ChoreoEventFlex
- Assembly
- ValveResourceFormat.dll
Represents flex animation data for a choreography event.
public class ChoreoEventFlexInheritance
Inherited Members
Constructors
ChoreoEventFlex(ChoreoFlexAnimationTrack[])
Initializes a new instance of the ValveResourceFormat.ResourceTypes.Choreo.ChoreoEventFlex class.
public ChoreoEventFlex(ChoreoFlexAnimationTrack[] tracks)Parameters
tracksChoreoFlexAnimationTrack[]-
The flex animation tracks.
Properties
Tracks
Gets the flex animation tracks.
public ChoreoFlexAnimationTrack[] Tracks { get; }Property Value
Methods
ToKeyValues()
Converts this event flex to a ValveResourceFormat.Serialization.KeyValues.KVObject.
public KVObject ToKeyValues()Returns
- KVObject
-
A ValveResourceFormat.Serialization.KeyValues.KVObject representing this event flex.