SwiftlyS2

CAudioMorphData

Interface CAudioMorphData

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CAudioMorphData : ISchemaClass<CAudioMorphData>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

EaseIn

ref float EaseIn { get; }
Property Value

EaseOut

ref float EaseOut { get; }
Property Value

NameHashCodes

ref CUtlVector<uint> NameHashCodes { get; }
Property Value

NameStrings

ref CUtlVector<CUtlString> NameStrings { get; }
Property Value

Samples

ref CUtlVector<CUtlVector<float>> Samples { get; }
Property Value

Times

ref CUtlVector<float> Times { get; }
Property Value

On this page