Ejemplo n.º 1
0
 public void SetType(GizmoTypes type)
 {
     // set the type of all the axis
     Type = type;
     AxisCenter.SetType(type);
     AxisX.SetType(type);
     AxisY.SetType(type);
     AxisZ.SetType(type);
 }