Table of Contents

Class ChoreoEventRelativeTag

Namespace
ValveResourceFormat.ResourceTypes.Choreo
Assembly
ValveResourceFormat.dll

Represents a relative tag for a choreography event.

public class ChoreoEventRelativeTag

Inheritance

Inherited Members

Constructors

ChoreoEventRelativeTag(string, string)

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

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.

public string Name { get; init; }

Property Value

string

SoundName

Gets the sound name associated with this tag.

public string SoundName { get; init; }

Property Value

string