Component:AvatarCreator: Difference between revisions

From Resonite Wiki
imported>AshtonSparx
 
Automated: update Fields, Categories
 
(One intermediate revision by one other user not shown)
Line 33: Line 33:
|_calibratePelvis|Bool|
|_calibratePelvis|Bool|
|_symmetrySetup|Bool|
|_symmetrySetup|Bool|
|_anchors|SyncList`1|TypeString22=SyncList<Anchor>|
|_anchors|{{RootFieldType|SyncList`1|[[#Anchor|Anchor]]}}|TypeAdv22=true|
|_scale|Float|
|_scale|Float|
|_protectAvatarEnabled|IField`1|TypeString24=IField<bool>|
|_protectAvatarEnabled|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv24=true|
|_createEnabled|IField`1|TypeString25=IField<bool>|
|_createEnabled|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv25=true|
}}
}}


Line 52: Line 52:
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Avatar Creator]]
[[Category:Components{{#translation:}}|Avatar Creator]]
[[Category:Components With Nested Types{{#translation:}}|Avatar Creator]]
[[Category:Components:Uncategorized{{#translation:}}|Avatar Creator]]
[[Category:Components:Uncategorized{{#translation:}}|Avatar Creator]]

Latest revision as of 22:48, 3 March 2024


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


Component image 
Avatar Creator component as seen in the Scene Inspector


Fields

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.
_headsetPoint Slot
_leftPoint Slot
_rightPoint Slot
_leftFootPoint Slot
_rightFootPoint Slot
_pelvisPoint Slot
_headsetReference Slot
_pelvisReference Slot
_leftReference Slot
_rightReference Slot
_leftFootReference Slot
_rightFootReference Slot
_initialized Bool
_showAnchors Bool
_useSymmetry Bool
_setupVolumeMeter Bool
_setupProtection Bool
_setupEyes Bool
_setupFaceTracking Bool
_calibrateFeet Bool
_calibratePelvis Bool
_symmetrySetup Bool
_anchors list of Anchor
_scale Float
_protectAvatarEnabled field drive of Bool
_createEnabled field drive of Bool

Usage

Used for creating avatars. You can spawn it from your Local Space if you have the Builder Role permission to spawn it.

Examples

Related Components