Component:SimpleAwayIndicator: Difference between revisions

From Resonite Wiki
Automated: update Fields, Categories
No edit summary
Line 9: Line 9:


<!--T:2-->
<!--T:2-->
== Intoduction ==
The '''SimpleAwayIndicator''' indicates when a user doesn't have the session focused.


<!--T:3-->
<!--T:3-->

Revision as of 23:27, 22 June 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.

Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
User User
AwayMaterial Material
Renderer MeshRenderer
_oldMaterials list of Material

Behavior

Examples

Related Components