Table of Contents

Class DottedLine

Namespace
KSP.OAB
Assembly
Assembly-CSharp.dll
public class DottedLine : KerbalMonoBehaviour
Inheritance
DottedLine
Inherited Members
Extension Methods

Constructors

DottedLine()

public DottedLine()

Fields

dotLineTex

public Texture2D dotLineTex

Field Value

Texture2D

dotTextureScalar

public float dotTextureScalar

Field Value

float

lineHeight

public float lineHeight

Field Value

float

lineWidth

public float lineWidth

Field Value

float

materialTextureScale

public float materialTextureScale

Field Value

float

Methods

DrawLine(Vector3, Vector3, Color)

public void DrawLine(Vector3 start, Vector3 end, Color color)

Parameters

start Vector3
end Vector3
color Color

Show(bool)

public void Show(bool b)

Parameters

b bool