C# Class ThreeDAxes, Stereoscopic_Scatterplot

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

public GameObject AxesTextOffsetPrefab
return GameObject

AxesTextPrefab public_oe property

public GameObject AxesTextPrefab
return GameObject

CharacterSize public_oe property

public float CharacterSize
return float

LabelInterval public_oe property

public float LabelInterval
return float

LabelRange public_oe property

public int LabelRange
return int

LineThickness public_oe property

public float LineThickness
return float

MainCamera public_oe property

public Transform MainCamera
return Transform

Shader public_oe property

public Shader Shader
return Shader

TickLineHeight public_oe property

public float TickLineHeight
return float

VerticalLabelsOffset public_oe property

public float VerticalLabelsOffset
return float

axis_range public_oe property

public int axis_range
return int

showAxes public_oe property

public bool showAxes
return bool

showHalfTicks public_oe property

public bool showHalfTicks
return bool

showQuarterTicks public_oe property

public bool showQuarterTicks
return bool

showTicks public_oe property

public bool showTicks
return bool

xColor public_oe property

public Color xColor
return Color

yColor public_oe property

public Color yColor
return Color

zColor public_oe property

public Color zColor
return Color