C# Class AcManager.Controls.CustomShowroom.PaintShop.LicensePlate

Inheritance: PaintableItem
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
LicensePlate ( LicenseFormat format, string diffuseTexture = "Plate_D.dds", string normalsTexture = "Plate_NM.dds" ) : System
SaveAsync ( string location ) : System.Threading.Tasks.Task

Méthodes protégées

Méthode Description
Apply ( ) : void

Method Details

Apply() protected méthode

protected Apply ( ) : void
Résultat void

LicensePlate() public méthode

public LicensePlate ( LicenseFormat format, string diffuseTexture = "Plate_D.dds", string normalsTexture = "Plate_NM.dds" ) : System
format LicenseFormat
diffuseTexture string
normalsTexture string
Résultat System

SaveAsync() public méthode

public SaveAsync ( string location ) : System.Threading.Tasks.Task
location string
Résultat System.Threading.Tasks.Task