コード例 #1
0
ファイル: GClass891.cs プロジェクト: browser1989/DOPE-Source
 private static EntityRenderFragment smethod_8(Color color_0, float float_0, float float_1, Color?nullable_0 = null)
 {
     return(GClass891.smethod_4(color_0, "rect", nullable_0, new object[]
     {
         -float_0,
         -float_1
     }));
 }
コード例 #2
0
ファイル: GClass891.cs プロジェクト: browser1989/DOPE-Source
 private static EntityRenderFragment smethod_9(Color color_0, int int_0, int int_1, Color?nullable_0 = null)
 {
     return(GClass891.smethod_4(color_0, "circle", nullable_0, new object[]
     {
         (float)int_0,
         (float)int_1
     }));
 }
コード例 #3
0
ファイル: GClass891.cs プロジェクト: browser1989/DOPE-Source
 private static EntityRenderFragment smethod_11(Color color_0, string string_0, string string_1, string string_2, Color?nullable_0 = null)
 {
     return(GClass891.smethod_4(color_0, "text", nullable_0, new object[]
     {
         string_0,
         string_1,
         string_2
     }));
 }