(3 intermediate revisions by one other user not shown)
Line 35:
Line 35:
|_canProtect|Bool| Whether the user is allowed to protect. This is false if in local.
|_canProtect|Bool| Whether the user is allowed to protect. This is false if in local.
|_symmetrySetup|Bool| Whether to enforce symmetry on the avatar when creating.
|_symmetrySetup|Bool| Whether to enforce symmetry on the avatar when creating.
|_anchors|{{RootFieldType|SyncList`1|[[#Anchor|Anchor]]}}|TypeAdv23=true| A list of [[#Anchor|Anchor]] that are the different parts for avatar markers the user can move when using this creator.
|_anchors|{{RootFieldType|SyncList`1|[[#Anchor|AvatarCreator.Anchor]]}}|TypeAdv23=true| A list of [[#Anchor|Anchor]] that are the different parts for avatar markers the user can move when using this creator.
|_scale|Float| the scale of all the <code>_anchors</code> of this avatar creator.
|_scale|Float| the scale of all the <code>_anchors</code> of this avatar creator.
|_protectAvatarEnabled|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv25=true| The protect avatar checkbox button enabled field. The checkbox disables when in user space
|_protectAvatarEnabled|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv25=true| The protect avatar checkbox button enabled field. The checkbox disables when in user space
|_createEnabled|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv26=true| The field that controls the enabled state of the create avatar button.
|_createEnabled|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv26=true| The field that controls the enabled state of the create avatar button.
}}
== Sync Delegates ==
{{Table ComponentTriggers
|OnCreate:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| See [[Avatar Creation]].
|AlignHands:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| See [[Avatar Creation]].
|AlignHeadPosition:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| See [[Avatar Creation]].
|AlignHeadForward:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| See [[Avatar Creation]].
|AlignHeadUp:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| See [[Avatar Creation]].
|AlignHeadRight:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| See [[Avatar Creation]].
|AlignToolAnchors:[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| See [[Avatar Creation]].
}}
}}
Latest revision as of 22:32, 18 March 2025
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
The avatar creator component is the component that drives the functionality of the avatar creator object. See Avatar Creation for a much less technical page on this, and for information on how to actually use the avatar creator.