AvatarCreator (Component)

From Neos Wiki
Jump to navigation Jump to search
This page contains changes which are not marked for translation.


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


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