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

