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; }See Also
Section titled “See Also”- interface IRenderGated
- namespace Stellar.Abstractions.Domain