C# Class ScalingAxes, Stereoscopic_Scatterplot

Inheritance: MonoBehaviour
Mostra 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_oe property

public Transform Camera
return Transform

LabelHeight public_oe property

public float LabelHeight
return float

LabelSize public_oe property

public float LabelSize
return float

axisLabelFont public_oe property

public Font axisLabelFont
return Font

axis_range public_oe property

public int axis_range
return int

defaultLabelColor public_oe property

public Color defaultLabelColor
return Color

shader public_oe property

public Shader shader
return Shader

showAxes public_oe property

public bool showAxes
return bool

showTicks public_oe property

public bool showTicks
return bool

xColor public_oe property

public Color xColor
return Color

xTickColor public_oe property

public Color xTickColor
return Color

yColor public_oe property

public Color yColor
return Color

yTickColor public_oe property

public Color yTickColor
return Color

zColor public_oe property

public Color zColor
return Color

zTickColor public_oe property

public Color zTickColor
return Color