Skip to content

Documentation / scene / AvatarSlotOptions

Type Alias: AvatarSlotOptions

AvatarSlotOptions = object

Defined in: libs/scene/src/avatar/wardrobe.ts:36

Properties

id

id: AvatarSlotId

Defined in: libs/scene/src/avatar/wardrobe.ts:37


hideBodyRegions?

optional hideBodyRegions?: string[]

Defined in: libs/scene/src/avatar/wardrobe.ts:38


exclusiveWith?

optional exclusiveWith?: AvatarSlotId[]

Defined in: libs/scene/src/avatar/wardrobe.ts:39


allowMultiple?

optional allowMultiple?: boolean

Defined in: libs/scene/src/avatar/wardrobe.ts:40

Released under the MIT License.