HideIfNotCompatible: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 January 2024

  • curprev 19:2319:23, 4 January 2024Tayfunwiki talk contribs 1,513 bytes −180 No edit summary Tag: Visual edit
  • curprev 19:2319:23, 4 January 2024Tayfunwiki talk contribs 1,693 bytes +1,693 Created page with "== <code>HideIfNotCompatible</code> Property in Scheme Class == === Overview === The <code>HideIfNotCompatible</code> property in the Scheme class indicates whether the scheme should be hidden from the user interface (UI) when it is not compatible with the current game context or player conditions. === Property Definition === <syntaxhighlight lang="c#"> [field: SerializeField] public bool HideIfNotCompatible { get; private set; } </syntaxhighlight> === Description ===..." Tag: Visual edit