Table of Contents

Interface IDemoTelemetry

Namespace
KSP.Iteration.Data
Assembly
Assembly-CSharp.dll
public interface IDemoTelemetry
Extension Methods

Properties

Altitude

IProperty<float> Altitude { get; }

Property Value

IProperty<float>

Velocity

IProperty<float> Velocity { get; }

Property Value

IProperty<float>

Events

TelemetryUpdated

event Action TelemetryUpdated

Event Type

Action