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

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

Public Methods

Method Description
ColoredItem ( [ diffuseTexture, Color defaultColor ) : System
SaveAsync ( string location ) : System.Threading.Tasks.Task

Protected Methods

Method Description
Apply ( ) : void

Method Details

Apply() protected method

protected Apply ( ) : void
return void

ColoredItem() public method

public ColoredItem ( [ diffuseTexture, Color defaultColor ) : System
diffuseTexture [
defaultColor Color
return System

SaveAsync() public method

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