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

Inheritance: PaintableItem
Show file Open project: gro-ove/actools

Public Methods

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

Protected Methods

Method Description
Apply ( ) : void

Method Details

Apply() protected method

protected Apply ( ) : void
return void

LicensePlate() public method

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

SaveAsync() public method

public SaveAsync ( string location ) : System.Threading.Tasks.Task
location string
return System.Threading.Tasks.Task