![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
TubeVertex (Vector3 pt, float r, Color c) | |
Public Attributes | |
Vector3 | point = Vector3.zero |
float | radius = 1.0f |
Color | color = Color.yellow |
Definition at line 69 of file TubeVertex.cs.
TubeVertex.TubeVertex | ( | Vector3 | pt, |
float | r, | ||
Color | c | ||
) |
Definition at line 75 of file TubeVertex.cs.
Color TubeVertex.color = Color.yellow |
Definition at line 73 of file TubeVertex.cs.
Referenced by TubeRenderer.LateUpdate().
Vector3 TubeVertex.point = Vector3.zero |
Definition at line 71 of file TubeVertex.cs.
Referenced by TubeRenderer.LateUpdate().
float TubeVertex.radius = 1.0f |
Definition at line 72 of file TubeVertex.cs.
Referenced by TubeRenderer.LateUpdate().