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

Apply() protected method

protected Apply ( ) : void
return void
            protected override void Apply() {
                Renderer?.OverrideTexture(DiffuseTexture, Color.ToColor(), Alpha);
            }
PaintShop.TintedWindows