UnityMol  0.9.6-875
UnityMol viewer / In developement
IAtomStyle.cs
Go to the documentation of this file.
1 
66 namespace Molecule.View.DisplayAtom {
67 
68  using UnityEngine;
69  using System.Collections;
70  using UI;
71 
72  interface IAtomStyle {
73  void DisplayAtoms(UIData.AtomType type_atom, bool force_display = false);
74  }
75 
76 }
!WiP Includes FLAGS of GUI.
Definition: UIData.cs:78
Definition: GUIDisplay.cs:66