UnityMol  0.9.6-875
UnityMol viewer / In developement
BallUpdateCube.cs
Go to the documentation of this file.
1 
66 using UnityEngine;
67 using System.Collections;
68 using UI;
69 
70 
71 
72 public class BallUpdateCube : BallUpdate {
73  void Start (){
74  atomcolor=GetComponent<Renderer>().material.GetColor("_Color");
75  }
76 }
Color atomcolor
Definition: BallUpdate.cs:86
Definition: GUIDisplay.cs:66