Table of Contents

Struct PhonemeTag

Namespace
ValveResourceFormat.ResourceTypes
Assembly
ValveResourceFormat.dll

Represents a phoneme timing tag for lip-sync animation.

public readonly struct PhonemeTag

Inherited Members

Properties

EndTime

Gets the end time of the phoneme.

public float EndTime { get; init; }

Property Value

float

PhonemeCode

Gets the phoneme identifier code.

public ushort PhonemeCode { get; init; }

Property Value

ushort

StartTime

Gets the start time of the phoneme.

public float StartTime { get; init; }

Property Value

float