AcManager.Controls.CustomShowroom.PaintShop.PaintableItem.PaintableItem C# (CSharp) Method

PaintableItem() protected method

protected PaintableItem ( string diffuseTexture ) : System
diffuseTexture string
return System
            protected PaintableItem(string diffuseTexture) {
                DiffuseTexture = diffuseTexture;
            }