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

TransparentIfFlagged() public method

public TransparentIfFlagged ( string diffuseTexture, bool byDefault, bool inverse ) : System
diffuseTexture string
byDefault bool
inverse bool
return System
            public TransparentIfFlagged(string diffuseTexture, bool byDefault, bool inverse) : base(diffuseTexture) {
                _flag = byDefault;
                _inverse = inverse;
            }
PaintShop.TransparentIfFlagged