Exemplo n.º 1
0
 private void Select()
 {
     isSelected           = true;
     sphereMaterial.color = COLOR_SELECTED;
     Designer_CellEditor.AddSelectedNode(this);
     //GetComponent<Rigidbody>().drag = float.MaxValue;
 }