AcManager.Controls.CustomShowroom.PaintShop.LicensePlate.LicensePlate C# (CSharp) Метод

LicensePlate() публичный Метод

public LicensePlate ( LicenseFormat format, string diffuseTexture = "Plate_D.dds", string normalsTexture = "Plate_NM.dds" ) : System
format LicenseFormat
diffuseTexture string
normalsTexture string
Результат System
            public LicensePlate(LicenseFormat format, string diffuseTexture = "Plate_D.dds", string normalsTexture = "Plate_NM.dds")
                    : base(diffuseTexture) {
                NormalsTexture = normalsTexture;
            }