Class Sentence
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Represents a sentence with phoneme and emphasis data for voice playback. Corresponds to CAudioSentence in the schema.
csharp
public class SentenceInheritance
Properties
RunTimePhonemes
Gets the phoneme tags for lip-sync.
csharp
public required PhonemeTag[] RunTimePhonemes { get; init; }
