示例#1
0
 public static void DrawIcon(Vector3 center, string name, [DefaultValue("true")] bool allowScaling, [DefaultValue("Color(255,255,255,255)")] Color tint)
 {
     Gizmos.DrawIcon_Injected(ref center, name, allowScaling, ref tint);
 }