PlayerWrapper.getAvatarData() method

Returns the default avatar data used to create the avatar component

Signature:

getAvatarData(): {
        readonly type: "avatar";
        readonly id: `player-${string}`;
        readonly name: string;
        readonly avatarScale: number;
        readonly url: string;
        readonly useMixer: false;
        readonly main: true;
        readonly collider: object;
    };

Returns:

{ readonly type: "avatar"; readonly id: `player-${string}`; readonly name: string; readonly avatarScale: number; readonly url: string; readonly useMixer: false; readonly main: true; readonly collider: object; }