Property | Type | Description | |
---|---|---|---|
MaterialLine | Material |
Method | Description | |
---|---|---|
Draw_AnimatedBox ( AnimatedBox box ) : bool | ||
Draw_Box ( Vector3 center, Quaternion rotation, Color color, Vector3 halfSize, float lineWidth = DefaultLineWidth ) : bool | ||
Draw_Circle ( Vector3 center, Vector3 normal, Color color, float radius = 0.25f, float lineWidth = DefaultLineWidth ) : bool | ||
Draw_Circle_Partial ( Vector3 center, Vector3 normal, Color color, float radius = 0.25f, float lineWidth = DefaultLineWidth, float circleAngleArc = 360.0f ) : bool | ||
Draw_Cube ( Vector3 point, Color color, float halfSize = DefaultLineWidth ) : bool | ||
Draw_Line ( Vector3 start, Vector3 end, Color colorStart, Color colorEnd, float lineWidth = DefaultLineWidth ) : bool | ||
Draw_TransformBasis ( Transform transformToDraw, float basisLength = DefaultBasisLength, float lineWidth = DefaultLineWidth*2.0f ) : bool | ||
LineDraw_Begin ( ) : void | ||
LineDraw_End ( bool needsUpdate ) : void | ||
OnDestroy ( ) : void |
Method | Description | |
---|---|---|
Lines_LineDataToMesh ( ) : void |
protected Draw_AnimatedBox ( AnimatedBox box ) : bool | ||
box | AnimatedBox | |
return | bool |
protected Draw_Box ( Vector3 center, Quaternion rotation, Color color, Vector3 halfSize, float lineWidth = DefaultLineWidth ) : bool | ||
center | Vector3 | |
rotation | Quaternion | |
color | Color | |
halfSize | Vector3 | |
lineWidth | float | |
return | bool |
protected Draw_Circle ( Vector3 center, Vector3 normal, Color color, float radius = 0.25f, float lineWidth = DefaultLineWidth ) : bool | ||
center | Vector3 | |
normal | Vector3 | |
color | Color | |
radius | float | |
lineWidth | float | |
return | bool |
protected Draw_Circle_Partial ( Vector3 center, Vector3 normal, Color color, float radius = 0.25f, float lineWidth = DefaultLineWidth, float circleAngleArc = 360.0f ) : bool | ||
center | Vector3 | |
normal | Vector3 | |
color | Color | |
radius | float | |
lineWidth | float | |
circleAngleArc | float | |
return | bool |
protected Draw_Cube ( Vector3 point, Color color, float halfSize = DefaultLineWidth ) : bool | ||
point | Vector3 | |
color | Color | |
halfSize | float | |
return | bool |
protected Draw_Line ( Vector3 start, Vector3 end, Color colorStart, Color colorEnd, float lineWidth = DefaultLineWidth ) : bool | ||
start | Vector3 | |
end | Vector3 | |
colorStart | Color | |
colorEnd | Color | |
lineWidth | float | |
return | bool |
protected Draw_TransformBasis ( Transform transformToDraw, float basisLength = DefaultBasisLength, float lineWidth = DefaultLineWidth*2.0f ) : bool | ||
transformToDraw | Transform | |
basisLength | float | |
lineWidth | float | |
return | bool |
protected LineDraw_End ( bool needsUpdate ) : void | ||
needsUpdate | bool | |
return | void |