Portrait: 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.

22 December 2023

  • curprev 06:5706:57, 22 December 2023Tayfunwiki talk contribs 2,293 bytes +2,293 Created page with "== <code>Portrait</code> Property in Actor Class == === Overview === The <code>Portrait</code> property in the <code>Actor</code> class is used to represent the visual depiction or image of the actor. This property is crucial for providing a graphical representation of the actor in the game's user interface. === Syntax === <syntaxhighlight lang="c#"> public Sprite Portrait { get; protected set; } </syntaxhighlight> === Description === * Property Type: <code>Sprite</c..." Tag: Visual edit