The '''SimpleAwayIndicator''' indicates when a user doesn't have the session focused.
The '''SimpleAwayIndicator''' indicates when a user doesn't have the session focused by temporarily replacing the [Material|materials] of a [[Component:MeshRenderer|MeshRenderer]] with the specified ''Away Material''.
<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|User|User|
|User|User|User whose away state will be watched. ''On avatars, may be set by an [[Component:AvatarUserReferenceAssigner|AvatarUserReferenceAssigner]] component.''
|_oldMaterials|{{RootFieldType|SyncAssetList`1|[[Type:Material|Material]]}}|TypeAdv3=true|Backup of the renderer's original material list. ''Written automatically when "Away" state is triggered.''
}}
}}
{{Table ComponentMethods
|SetAway()||Stores the renderer's material list in <code>_oldMaterials</code> and replaces them with the <code>AwayMaterial</code>.
|Restore()||Restores the renderer's materials from <code>_oldMaterials</code>.
}}
<!--T:4-->
<!--T:4-->
== Behavior ==
== Behavior ==
Revision as of 01:40, 28 July 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
SimpleAwayIndicator component as seen in the Scene Inspector
The SimpleAwayIndicator indicates when a user doesn't have the session focused by temporarily replacing the [Material|materials] of a MeshRenderer with the specified Away Material.