SwiftlyS2

CTimeline

Interface CTimeline

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CTimeline : IntervalTimer, ISchemaClass<IntervalTimer>, ISchemaClass<CTimeline>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

BucketCount

ref int BucketCount { get; }
Property Value

CompressionType

ref TimelineCompression_t CompressionType { get; }
Property Value

FinalValue

ref float FinalValue { get; }
Property Value

Interval

ref float Interval { get; }
Property Value

Stopped

ref bool Stopped { get; }
Property Value

ValueCounts

ISchemaFixedArray<int> ValueCounts { get; }
Property Value

Values

ISchemaFixedArray<float> Values { get; }
Property Value

On this page