Class ChoreoTag
- Assembly
- ValveResourceFormat.dll
Represents a tag in a choreography scene.
public class ChoreoTagInheritance
Inherited Members
Constructors
ChoreoTag(string, float)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.Choreo.ChoreoTag class.
public ChoreoTag(string name, float fraction)Parameters
Properties
Fraction
Gets the fraction/time position of the tag.
public float Fraction { get; }Property Value
Name
Gets the name of the tag.
public string Name { get; }