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