AcManager.Controls.CustomShowroom.PaintShop.TransparentIfFlagged.Apply C# (CSharp) Метод

Apply() защищенный Метод

protected Apply ( ) : void
Результат void
            protected override void Apply() {
                if (_inverse ? !Flag : Flag) {
                    Renderer?.OverrideTexture(DiffuseTexture, System.Drawing.Color.Black, 0d);
                } else {
                    Renderer?.OverrideTexture(DiffuseTexture, null);
                }
            }
PaintShop.TransparentIfFlagged