C# 클래스 ThreeDAxes, Stereoscopic_Scatterplot

상속: MonoBehaviour
파일 보기 프로젝트 열기: noahfreedman/Stereoscopic_Scatterplot

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Start ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

AxesTextOffsetPrefab 공개적으로 프로퍼티

public GameObject AxesTextOffsetPrefab
리턴 GameObject

AxesTextPrefab 공개적으로 프로퍼티

public GameObject AxesTextPrefab
리턴 GameObject

CharacterSize 공개적으로 프로퍼티

public float CharacterSize
리턴 float

LabelInterval 공개적으로 프로퍼티

public float LabelInterval
리턴 float

LabelRange 공개적으로 프로퍼티

public int LabelRange
리턴 int

LineThickness 공개적으로 프로퍼티

public float LineThickness
리턴 float

MainCamera 공개적으로 프로퍼티

public Transform MainCamera
리턴 Transform

Shader 공개적으로 프로퍼티

public Shader Shader
리턴 Shader

TickLineHeight 공개적으로 프로퍼티

public float TickLineHeight
리턴 float

VerticalLabelsOffset 공개적으로 프로퍼티

public float VerticalLabelsOffset
리턴 float

axis_range 공개적으로 프로퍼티

public int axis_range
리턴 int

showAxes 공개적으로 프로퍼티

public bool showAxes
리턴 bool

showHalfTicks 공개적으로 프로퍼티

public bool showHalfTicks
리턴 bool

showQuarterTicks 공개적으로 프로퍼티

public bool showQuarterTicks
리턴 bool

showTicks 공개적으로 프로퍼티

public bool showTicks
리턴 bool

xColor 공개적으로 프로퍼티

public Color xColor
리턴 Color

yColor 공개적으로 프로퍼티

public Color yColor
리턴 Color

zColor 공개적으로 프로퍼티

public Color zColor
리턴 Color