UnityMol  0.9.6-875
UnityMol viewer / In developement
TubeVertex Class Reference

Public Member Functions

 TubeVertex (Vector3 pt, float r, Color c)
 

Public Attributes

Vector3 point = Vector3.zero
 
float radius = 1.0f
 
Color color = Color.yellow
 

Detailed Description

Definition at line 69 of file TubeVertex.cs.

Constructor & Destructor Documentation

TubeVertex.TubeVertex ( Vector3  pt,
float  r,
Color  c 
)

Definition at line 75 of file TubeVertex.cs.

Member Data Documentation

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().


The documentation for this class was generated from the following file: