Table of Contents

Class ChoreoEventFlex

Namespace
ValveResourceFormat.ResourceTypes.Choreo
Assembly
ValveResourceFormat.dll

Represents flex animation data for a choreography event.

public class ChoreoEventFlex

Inheritance

Inherited Members

Constructors

ChoreoEventFlex(ChoreoFlexAnimationTrack[])

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

public ChoreoEventFlex(ChoreoFlexAnimationTrack[] tracks)

Parameters

tracks ChoreoFlexAnimationTrack[]

The flex animation tracks.

Properties

Tracks

Gets the flex animation tracks.

public ChoreoFlexAnimationTrack[] Tracks { get; }

Property Value

ChoreoFlexAnimationTrack[]

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.