Skip to content
Version 2.11.0
↓ Get the launcher

IRenderGated.ShouldRender property

Returns true to draw, false to hide. Reads whatever it wants — GamePhase, GameUIState, the plugin’s own state — via the plugin’s captured services.

public Func<bool> ShouldRender { get; }