C# Class ThreeDAxes, Stereoscopic_Scatterplot

Inheritance: MonoBehaviour
Show file Open project: noahfreedman/Stereoscopic_Scatterplot

Public Properties

Property Type Description
AxesTextOffsetPrefab GameObject
AxesTextPrefab GameObject
CharacterSize float
LabelInterval float
LabelRange int
LineThickness float
MainCamera Transform
Shader Shader
TickLineHeight float
VerticalLabelsOffset float
axis_range int
showAxes bool
showHalfTicks bool
showQuarterTicks bool
showTicks bool
xColor Color
yColor Color
zColor Color

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
BuildAxes ( ) : void
DestroyChildren ( ) : void
LabelAxes ( GameObject target, string text, Color color = null ) : void
LabelVerticalAxes ( GameObject target, string text, Color color = null ) : void
SigFigs ( float i ) : string
createLine ( Vector3 start, Vector3 end, float lineSize, Color c ) : GameObject
createLine ( Vector3 start, Vector3 end, float lineSize, Color c, Shader s ) : GameObject

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

AxesTextOffsetPrefab public property

public GameObject AxesTextOffsetPrefab
return GameObject

AxesTextPrefab public property

public GameObject AxesTextPrefab
return GameObject

CharacterSize public property

public float CharacterSize
return float

LabelInterval public property

public float LabelInterval
return float

LabelRange public property

public int LabelRange
return int

LineThickness public property

public float LineThickness
return float

MainCamera public property

public Transform MainCamera
return Transform

Shader public property

public Shader Shader
return Shader

TickLineHeight public property

public float TickLineHeight
return float

VerticalLabelsOffset public property

public float VerticalLabelsOffset
return float

axis_range public property

public int axis_range
return int

showAxes public property

public bool showAxes
return bool

showHalfTicks public property

public bool showHalfTicks
return bool

showQuarterTicks public property

public bool showQuarterTicks
return bool

showTicks public property

public bool showTicks
return bool

xColor public property

public Color xColor
return Color

yColor public property

public Color yColor
return Color

zColor public property

public Color zColor
return Color