Struct PhonemeTag
- Namespace
- ValveResourceFormat.ResourceTypes
- Assembly
- ValveResourceFormat.dll
Represents a phoneme timing tag for lip-sync animation.
public readonly struct PhonemeTagInherited Members
Properties
EndTime
Gets the end time of the phoneme.
public float EndTime { get; init; }Property Value
PhonemeCode
Gets the phoneme identifier code.
public ushort PhonemeCode { get; init; }Property Value
StartTime
Gets the start time of the phoneme.
public float StartTime { get; init; }