Table of Contents

Class ChoreoTag

Namespace
ValveResourceFormat.ResourceTypes.Choreo
Assembly
ValveResourceFormat.dll

Represents a tag in a choreography scene.

public class ChoreoTag

Inheritance

Inherited Members

Constructors

ChoreoTag(string, float)

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

public ChoreoTag(string name, float fraction)

Parameters

name string

The name of the tag.

fraction float

The fraction/time position of the tag.

Properties

Fraction

Gets the fraction/time position of the tag.

public float Fraction { get; }

Property Value

float

Name

Gets the name of the tag.

public string Name { get; }

Property Value

string