C# Class ScalingAxes, Stereoscopic_Scatterplot

Inheritance: MonoBehaviour
Show file Open project: noahfreedman/Stereoscopic_Scatterplot

Public Properties

Property Type Description
Camera Transform
LabelHeight float
LabelSize float
axisLabelFont Font
axis_range int
defaultLabelColor Color
shader Shader
showAxes bool
showTicks bool
xColor Color
xTickColor Color
yColor Color
yTickColor Color
zColor Color
zTickColor Color

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
DrawAxes ( ) : void
SigFigs ( float i ) : string
attachObjectLabel ( GameObject target, string text, Color color = null ) : void
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

Update() public method

public Update ( ) : void
return void

Property Details

Camera public property

public Transform Camera
return Transform

LabelHeight public property

public float LabelHeight
return float

LabelSize public property

public float LabelSize
return float

axisLabelFont public property

public Font axisLabelFont
return Font

axis_range public property

public int axis_range
return int

defaultLabelColor public property

public Color defaultLabelColor
return Color

shader public property

public Shader shader
return Shader

showAxes public property

public bool showAxes
return bool

showTicks public property

public bool showTicks
return bool

xColor public property

public Color xColor
return Color

xTickColor public property

public Color xTickColor
return Color

yColor public property

public Color yColor
return Color

yTickColor public property

public Color yTickColor
return Color

zColor public property

public Color zColor
return Color

zTickColor public property

public Color zTickColor
return Color