The avatar creator component is the component that drives the functionality of the avatar creator object. See [[Avatar]] for a much less technical page on this, and for information on how to actually use the avatar creator.
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.
<!--T:2-->
<!--T:2-->
Line 33:
Line 33:
|_calibrateFeet|Bool| Whether to show the feet calibration guide objects.
|_calibrateFeet|Bool| Whether to show the feet calibration guide objects.
|_calibratePelvis|Bool| whether to show the pelvis calibration guide object.
|_calibratePelvis|Bool| whether to show the pelvis calibration guide object.
|_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]]}}|TypeAdv22=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]]}}|TypeAdv24=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]]}}|TypeAdv25=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]].
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.