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

Apply() protected method

protected Apply ( ) : void
return void
            protected override void Apply() {
                if (_inverse ? !Flag : Flag) {
                    Renderer?.OverrideTexture(DiffuseTexture, System.Drawing.Color.Black, 0d);
                } else {
                    Renderer?.OverrideTexture(DiffuseTexture, null);
                }
            }
PaintShop.TransparentIfFlagged