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