Component:AvatarCreator

From Resonite Wiki
Revision as of 04:36, 29 October 2021 by imported>AshtonSparx (→‎Usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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 SyncList<Anchor>
_scale Float
_protectAvatarEnabled IField<bool>
_createEnabled IField<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