C# Class ScalingAxes, Stereoscopic_Scatterplot

Inheritance: MonoBehaviour
Afficher le fichier Open project: noahfreedman/Stereoscopic_Scatterplot

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode 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 méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Camera public_oe property

public Transform Camera
Résultat Transform

LabelHeight public_oe property

public float LabelHeight
Résultat float

LabelSize public_oe property

public float LabelSize
Résultat float

axisLabelFont public_oe property

public Font axisLabelFont
Résultat Font

axis_range public_oe property

public int axis_range
Résultat int

defaultLabelColor public_oe property

public Color defaultLabelColor
Résultat Color

shader public_oe property

public Shader shader
Résultat Shader

showAxes public_oe property

public bool showAxes
Résultat bool

showTicks public_oe property

public bool showTicks
Résultat bool

xColor public_oe property

public Color xColor
Résultat Color

xTickColor public_oe property

public Color xTickColor
Résultat Color

yColor public_oe property

public Color yColor
Résultat Color

yTickColor public_oe property

public Color yTickColor
Résultat Color

zColor public_oe property

public Color zColor
Résultat Color

zTickColor public_oe property

public Color zTickColor
Résultat Color