public static void SetIcon(this GameObject gameObject, ShapeIcon shapeIcon)
 {
     IconManager.SetIcon(gameObject, shapeIcon);
 }
Beispiel #2
0
 public static void SetIcon(GameObject gameObject, ShapeIcon shapeIcon)
 {
     SetIcon(gameObject, $"sv_icon_dot{(int) shapeIcon}_pix16_gizmo");
 }