コード例 #1
0
 public LicensePlate(LicenseFormat format, [CanBeNull] string diffuseTexture = "Plate_D.dds", [CanBeNull] string normalsTexture = "Plate_NM.dds")
     : this(format.ToString(), diffuseTexture, normalsTexture)
 {
 }
コード例 #2
0
ファイル: PaintShop.cs プロジェクト: gro-ove/actools
 public LicensePlate(LicenseFormat format, string diffuseTexture = "Plate_D.dds", string normalsTexture = "Plate_NM.dds")
         : base(diffuseTexture) {
     NormalsTexture = normalsTexture;
 }