<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.wlabsocks.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Family.Emblem</id>
	<title>Family.Emblem - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.wlabsocks.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Family.Emblem"/>
	<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Family.Emblem&amp;action=history"/>
	<updated>2026-04-05T17:45:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>http://www.wlabsocks.com/wiki/index.php?title=Family.Emblem&amp;diff=945&amp;oldid=prev</id>
		<title>Tayfunwiki: Created page with &quot;== &lt;code&gt;Emblem&lt;/code&gt; Property in Family Class ==  === Overview === The &lt;code&gt;Emblem&lt;/code&gt; property in the Family class is used to access the visual symbol or crest that represents a family. This property is crucial in games where visual identifiers are important for distinguishing between different families, especially in narratives and mechanics that emphasize family heritage, alliances, and rivalries.  === Property Definition === &lt;syntaxhighlight lang=&quot;c#&quot;&gt; public S...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Family.Emblem&amp;diff=945&amp;oldid=prev"/>
		<updated>2024-01-05T02:17:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== &amp;lt;code&amp;gt;Emblem&amp;lt;/code&amp;gt; Property in Family Class ==  === Overview === The &amp;lt;code&amp;gt;Emblem&amp;lt;/code&amp;gt; property in the Family class is used to access the visual symbol or crest that represents a family. This property is crucial in games where visual identifiers are important for distinguishing between different families, especially in narratives and mechanics that emphasize family heritage, alliances, and rivalries.  === Property Definition === &amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt; public S...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== &amp;lt;code&amp;gt;Emblem&amp;lt;/code&amp;gt; Property in Family Class ==&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
The &amp;lt;code&amp;gt;Emblem&amp;lt;/code&amp;gt; property in the Family class is used to access the visual symbol or crest that represents a family. This property is crucial in games where visual identifiers are important for distinguishing between different families, especially in narratives and mechanics that emphasize family heritage, alliances, and rivalries.&lt;br /&gt;
&lt;br /&gt;
=== Property Definition ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt;&lt;br /&gt;
public Sprite Emblem { get; private set; }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
* Property Type: &amp;lt;code&amp;gt;Sprite&amp;lt;/code&amp;gt;&lt;br /&gt;
* Access: Read-only&lt;br /&gt;
* Functionality: Retrieves the graphical emblem or crest associated with the family.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
This property is especially useful in games where family identities and visual representations play a significant role. The family emblem can be used on banners, clothing, architecture, and other in-game assets to denote family affiliation, making it an integral part of the game's visual and cultural landscape.&lt;br /&gt;
&lt;br /&gt;
=== Example of Usage ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt;&lt;br /&gt;
public class FamilyEmblemDisplay : MonoBehaviour {&lt;br /&gt;
    void Start() {&lt;br /&gt;
        Family playerFamily = IM.Player.Family;&lt;br /&gt;
        if (playerFamily != null &amp;amp;&amp;amp; playerFamily.Emblem != null) {&lt;br /&gt;
            // Assume 'familyEmblemImage' is a UI Image component&lt;br /&gt;
            Image familyEmblemImage = GetComponent&amp;lt;Image&amp;gt;();&lt;br /&gt;
            familyEmblemImage.sprite = playerFamily.Emblem;&lt;br /&gt;
            Debug.Log(&amp;quot;Player's family emblem displayed.&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Description ====&lt;br /&gt;
&lt;br /&gt;
* In this example, the &amp;lt;code&amp;gt;Emblem&amp;lt;/code&amp;gt; property is used to retrieve the player's family emblem and display it in a UI Image component.&lt;br /&gt;
* This can visually represent the player's family affiliation within the game.&lt;br /&gt;
&lt;br /&gt;
=== Remarks ===&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;code&amp;gt;Emblem&amp;lt;/code&amp;gt; property is an important aspect of family-based gameplay and narrative, offering a visual way to identify and engage with different family entities.&lt;br /&gt;
* It enhances the game's visual storytelling and can be used in various in-game elements to signify family presence and influence.&lt;/div&gt;</summary>
		<author><name>Tayfunwiki</name></author>
	</entry>
</feed>