Table of Contents

Interface IUniverseView

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
public interface IUniverseView
Extension Methods

Properties

AssetLoader

CelestialBodyAssetLoader AssetLoader { get; }

Property Value

CelestialBodyAssetLoader

CelestialTransform

Transform CelestialTransform { get; }

Property Value

Transform

CelestialUtilities

CelestialUtilities CelestialUtilities { get; }

Property Value

CelestialUtilities

FlightObserver

IUniverseObserver FlightObserver { get; set; }

Property Value

IUniverseObserver

InternalSpace

IInternalSpaceProvider InternalSpace { get; }

Property Value

IInternalSpaceProvider

InternalSpaceTransform

Transform InternalSpaceTransform { get; }

Property Value

Transform

Model

UniverseModel Model { get; }

Property Value

UniverseModel

PhysXCounterRotatingTransform

Transform PhysXCounterRotatingTransform { get; }

Property Value

Transform

PhysXReferenceTransform

Transform PhysXReferenceTransform { get; }

Property Value

Transform

PhysicsDeltaTime

float PhysicsDeltaTime { get; }

Property Value

float

PhysicsSpace

IPhysicsSpaceProvider PhysicsSpace { get; }

Property Value

IPhysicsSpaceProvider

PhysicsSpaceTransform

Transform PhysicsSpaceTransform { get; }

Property Value

Transform

ScaledSpace

IScaledSpaceProvider ScaledSpace { get; }

Property Value

IScaledSpaceProvider

ScaledSpaceTransform

Transform ScaledSpaceTransform { get; }

Property Value

Transform

ViewActionQueue

IViewActionQueue ViewActionQueue { get; }

Property Value

IViewActionQueue

Methods

Destroy()

void Destroy()