Table of Contents

Interface IWorldLabelData

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

Properties

DisplayName

string DisplayName { get; }

Property Value

string

GlobalId

IGGuid GlobalId { get; }

Property Value

IGGuid

IsDestroyedOrBeingDestroyed

bool IsDestroyedOrBeingDestroyed { get; }

Property Value

bool

LabelCategory

LabelCategory LabelCategory { get; }

Property Value

LabelCategory

LabelPosition

Position LabelPosition { get; }

Property Value

Position

transform

ITransformModel transform { get; }

Property Value

ITransformModel