Hierarchy

  • PBAvatarShape

Properties

bodyShape?: string

shape URN (default "urn:decentraland:off-chain:base-avatars:BaseFemale")

emotes: string[]

available emotes (default empty)

expressionTriggerId?: string

current emote animations

expressionTriggerTimestamp?: number

start of emote animations (in the same order)

eyeColor?: PBColor3

RGB (default [0.6, 0.462, 0.356])

hairColor?: PBColor3

RGB (default [0.283, 0.142, 0])

id: string

the user ID

name?: string

visible name (default: "NPC")

skinColor?: PBColor3

RGB (default [0.6, 0.462, 0.356])

talking?: boolean

whether to display the floating voice chat icon

wearables: string[]

Wearable URNs, one for each body slot. Default values for each unspecified slot: Eyes : "urn:decentraland:off-chain:base-avatars:f_eyes_00", Eyebrows: "urn:decentraland:off-chain:base-avatars:f_eyebrows_00", Mouth : "urn:decentraland:off-chain:base-avatars:f_mouth_00" Hair : "urn:decentraland:off-chain:base-avatars:standard_hair", Shirt : "urn:decentraland:off-chain:base-avatars:f_simple_yellow_tshirt", Trousers: "urn:decentraland:off-chain:base-avatars:f_brown_trousers", Shoes : "urn:decentraland:off-chain:base-avatars:bun_shoes"]