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