Exemplo n.º 1
0
 public LicensePlate(LicenseFormat format, [CanBeNull] string diffuseTexture = "Plate_D.dds", [CanBeNull] string normalsTexture = "Plate_NM.dds")
     : this(format.ToString(), diffuseTexture, normalsTexture)
 {
 }
Exemplo n.º 2
0
 public LicensePlate(LicenseFormat format, string diffuseTexture = "Plate_D.dds", string normalsTexture = "Plate_NM.dds")
         : base(diffuseTexture) {
     NormalsTexture = normalsTexture;
 }