Class ChoreoEventRelativeTag
- Assembly
- ValveResourceFormat.dll
Represents a relative tag for a choreography event.
public class ChoreoEventRelativeTagInheritance
Inherited Members
Constructors
ChoreoEventRelativeTag(string, string)
Initializes a new instance of the ValveResourceFormat.ResourceTypes.Choreo.ChoreoEventRelativeTag class.
public ChoreoEventRelativeTag(string name, string soundName)Parameters
Properties
Name
Gets the name of the relative tag.
public string Name { get; init; }Property Value
SoundName
Gets the sound name associated with this tag.
public string SoundName { get; init; }