Class DottedLine
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
lineHeight
public float lineHeight
Field Value
lineWidth
public float lineWidth
Field Value
materialTextureScale
public float materialTextureScale
Field Value
Methods
DrawLine(Vector3, Vector3, Color)
public void DrawLine(Vector3 start, Vector3 end, Color color)
Parameters
startVector3endVector3colorColor
Show(bool)
public void Show(bool b)
Parameters
bbool