UnityMol  0.9.6-875
UnityMol viewer / In developement
IBondStyle.cs
Go to the documentation of this file.
1 
66 namespace Molecule.View.DisplayBond
67 {
68 
69  using UnityEngine;
70  using System.Collections;
71 
72  interface IBondStyle
73  {
74 
75  void DisplayBonds();
76  }
77 
78 }