All public logs
Combined display of all available logs of Intrigues Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:57, 22 December 2023 Tayfunwiki talk contribs created page Portrait (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