Difference between revisions of "CommonAvatarBuilder (Component)"

From Neos Wiki
Jump to navigation Jump to search
 
Line 16: Line 16:
 
|LoadCloudAvatars|Bool|  
 
|LoadCloudAvatars|Bool|  
 
|CustomAvatarTemplates|AvatarTemplate|  
 
|CustomAvatarTemplates|AvatarTemplate|  
|AutoInject|Slot| A slot that will automatically be added as a child of an avatar when they join the world.
+
|AutoInject|Slot| A slot that will automatically be duplicated and added as a child of an avatar when they join the world.
 
|SetupNameBadges|Bool|  
 
|SetupNameBadges|Bool|  
 
|SetupIconBadges|Bool|  
 
|SetupIconBadges|Bool|  
Line 43: Line 43:
 
<!--T:5-->
 
<!--T:5-->
 
== Examples ==
 
== Examples ==
 +
[https://www.youtube.com/watch?v=HBo8ruQj0M0 Neos VR Tutorial: Configuring Audio fall off for your worlds] by [[User:ProbablePrime|ProbablePrime]]
  
 
<!--T:6-->
 
<!--T:6-->

Latest revision as of 04:08, 25 August 2021


This article or section is a Stub. You can help the Neos Wiki by expanding it.


CommonAvatarBuilder component as seen in the Scene Inspector

Intoduction

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
LoadCloudAvatars Bool
CustomAvatarTemplates AvatarTemplate
AutoInject Slot A slot that will automatically be duplicated and added as a child of an avatar when they join the world.
SetupNameBadges Bool
SetupIconBadges Bool
SetupServerVoice Bool
SetupClientVoice Bool
SetupServerTools Bool
SetupClientTools Bool
SetupLocomotion Bool
AllowLocomotion Bool
DefaultHostSilenced Bool
DefaultClientSilenced Bool
LocomotionModules Slot
ForceDefaultLocomotionModule ILocomotionModule
SyncActiveLocomotionModule Bool
SetupItemShelves Bool
SetupCircularMenus Bool
ParentClientsToServer Bool
AlignTracking Bool
EmptyAvatarSlotHandler IEmptyAvatarSlotHandler
FillEmptySlots Bool

Behavior

Examples

Neos VR Tutorial: Configuring Audio fall off for your worlds by ProbablePrime

Related Components