Property | Type | Description | |
---|---|---|---|
m_center | Vector3 |
Method | Description | |
---|---|---|
DrawLine ( Vector3 p1, Vector3 p2, Color c, float lineWidth = 0.5f ) : void | ||
OnPostRender ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
GetLineMaterial ( Color color ) : Material |
public DrawLine ( Vector3 p1, Vector3 p2, Color c, float lineWidth = 0.5f ) : void | ||
p1 | Vector3 | |
p2 | Vector3 | |
c | Color | |
lineWidth | float | |
return | void |