|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Inheritance diagram for BallUpdateRC:
Collaboration diagram for BallUpdateRC:Static Public Attributes | |
| static float | maxV = 0 |
Static Public Attributes inherited from BallUpdate | |
| static bool | resetColors = true |
| static bool | resetBondColors = true |
| static bool | bondsReadyToBeReset = true |
| static bool | resetRadii = true |
| static float | radiusFactor = 1.0f |
| static float | oldRadiusFactor = 1.0f |
Private Member Functions | |
| void | Start () |
| void | Update () |
Additional Inherited Members | |
Public Member Functions inherited from BallUpdate | |
| virtual void | SetRayonFactor (float rf) |
| virtual float | GetRealRadius () |
Static Public Member Functions inherited from BallUpdate | |
| static void | UpdateColorsFromModel () |
Public Attributes inherited from BallUpdate | |
| float | rayon = 1.0f |
| float | rayonFactor = 1.0f |
| float | oldrayonFactor = 2.0f |
| long | number =0 |
| Color | atomcolor |
| Color | oldatomcolor = Color.black |
| bool | independant = false |
| bool | isSplineNode = false |
Properties inherited from BallUpdate | |
| virtual Color | AtomColor [get, set] |
Definition at line 71 of file BallUpdateRC.cs.
|
private |
Definition at line 77 of file BallUpdateRC.cs.
References BallUpdate.atomcolor.
|
private |
Definition at line 81 of file BallUpdateRC.cs.
References BallUpdate.atomcolor, UI.UIData.atomtype, BallUpdate.oldatomcolor, BallUpdate.oldRadiusFactor, BallUpdate.radiusFactor, BallUpdate.rayon, and UI.GUIMoleculeController.toggle_NA_INTERACTIVE.
|
static |
Definition at line 73 of file BallUpdateRC.cs.