C# 클래스 AcManager.Controls.CustomShowroom.PaintShop.LicensePlate

상속: PaintableItem
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
LicensePlate ( LicenseFormat format, string diffuseTexture = "Plate_D.dds", string normalsTexture = "Plate_NM.dds" ) : System
SaveAsync ( string location ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
Apply ( ) : void

메소드 상세

Apply() 보호된 메소드

protected Apply ( ) : void
리턴 void

LicensePlate() 공개 메소드

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

SaveAsync() 공개 메소드

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