Class ChoreoTag
Namespace: ValveResourceFormat.ResourceTypes.Choreo
Assembly: ValveResourceFormat.dll
Represents a tag in a choreography scene.
csharp
public class ChoreoTagInheritance
Constructors
ChoreoTag(string, float)
Initializes a new instance of the class.
csharp
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.
csharp
public float Fraction { get; }Property Value
Name
Gets the name of the tag.
csharp
public string Name { get; }
