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); }