Exemplo n.º 1
0
 public void Start()
 {
     Instance          = this;
     partEditionWindow = this.gameObject.AddComponent <PartEditionWindow>();
     vesselWindow      = this.gameObject.AddComponent <VesselWindow>();
 }
Exemplo n.º 2
0
 public void Update()
 {
     partUnderCursor = PreciseEditor.GetPartUnderCursor();
 }