C# Class ThreeDAxes, Stereoscopic_Scatterplot

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Start ( ) : void

Private Methods

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

public Start ( ) : void
Résultat void

Property Details

AxesTextOffsetPrefab public_oe property

public GameObject AxesTextOffsetPrefab
Résultat GameObject

AxesTextPrefab public_oe property

public GameObject AxesTextPrefab
Résultat GameObject

CharacterSize public_oe property

public float CharacterSize
Résultat float

LabelInterval public_oe property

public float LabelInterval
Résultat float

LabelRange public_oe property

public int LabelRange
Résultat int

LineThickness public_oe property

public float LineThickness
Résultat float

MainCamera public_oe property

public Transform MainCamera
Résultat Transform

Shader public_oe property

public Shader Shader
Résultat Shader

TickLineHeight public_oe property

public float TickLineHeight
Résultat float

VerticalLabelsOffset public_oe property

public float VerticalLabelsOffset
Résultat float

axis_range public_oe property

public int axis_range
Résultat int

showAxes public_oe property

public bool showAxes
Résultat bool

showHalfTicks public_oe property

public bool showHalfTicks
Résultat bool

showQuarterTicks public_oe property

public bool showQuarterTicks
Résultat bool

showTicks public_oe property

public bool showTicks
Résultat bool

xColor public_oe property

public Color xColor
Résultat Color

yColor public_oe property

public Color yColor
Résultat Color

zColor public_oe property

public Color zColor
Résultat Color