UnityMol  0.9.6-875
UnityMol viewer / In developement
AtomIndex.cs
Go to the documentation of this file.
1 using UnityEngine;
2 using System.Collections;
3 
4 //AurĂ©lien : a very basic script to keep the atoms' index attached to their GameObjects
5 public class AtomIndex : MonoBehaviour {
6 
7  public int index;
8 }
int index
Definition: AtomIndex.cs:7