Component:AvatarLiveIndicator

From Resonite Wiki
Revision as of 16:36, 15 October 2024 by 989onan (talk | contribs) (add info that was missing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
AvatarLiveIndicator component as seen in the Scene Inspector


The AvatarLiveIndicator component is used to show or enable a slot (usually a visual) to let other users know that you are live. This activates from the streaming camera control panel, specifically the "Mirror to display" button.

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.
IsLive raw output of Bool Whether _activeUser is streaming or not.
_activeUser User The user that this component is monitoring

Usage

Usually this is used with the Camera, especially when streaming. This is also already setup along with the Nameplate and positioned on it (however, this can be customizable).

Examples

Related Components