SwiftlyS2

CSndBeatPattern

Interface CSndBeatPattern

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

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

Implements

Properties

KeyType

ref SndBeatKeyType_t KeyType { get; }
Property Value

LaunchSyncEventType

ref SndBeatEventType_t LaunchSyncEventType { get; }
Property Value

LaunchSyncType

ref SndBeatLaunchSyncType_t LaunchSyncType { get; }
Property Value

Length

ref float Length { get; }
Property Value

Looping

ref bool Looping { get; }
Property Value

Name

string Name { get; set; }
Property Value

PatternFloats

ref CUtlVector<SndBeatEventKeyedFloats_t> PatternFloats { get; }
Property Value

PatternKeys

ref CUtlVector<SndBeatEventKeys_t> PatternKeys { get; }
Property Value

PatternMidi

ref CUtlVector<SndBeatEventKeyedMidiNotes_t> PatternMidi { get; }
Property Value

PatternSndEvts

ref CUtlVector<SndBeatEventKeyedSndEvts_t> PatternSndEvts { get; }
Property Value

PlayBeatMult

ref float PlayBeatMult { get; }
Property Value

PlayEventType

ref SndBeatEventType_t PlayEventType { get; }
Property Value

SyncBeatMult

ref float SyncBeatMult { get; }
Property Value

SyncPriority

ref float SyncPriority { get; }
Property Value

TimeSignature

SndBeatTimeSignature_t TimeSignature { get; }
Property Value

On this page