Icon: 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:0519:05, 4 January 2024Tayfunwiki talk contribs 2,252 bytes +2,252 Created page with "== <code>Icon</code> Property in Scheme Class == === Overview === The <code>Icon</code> property in the Scheme class holds a visual icon associated with the scheme, providing a graphical representation that reflects its theme or action. === Property Definition === <syntaxhighlight lang="c#"> [field: SerializeField] public Sprite Icon { get; private set; } </syntaxhighlight> === Description === * Type: <code>Sprite</code> - Used in Unity for 2D images. * Accessibility..." Tag: Visual edit