ParaAvatarService.GetAvatarInfo

Declaration

public static void GetAvatarInfo(string avatarId, Action<ParaAvatarInfo> cb)

Parameters

Parameter NameParameter Description
avatarIdID of the Avatar whose information is to be obtained
cbCallback function triggered when the information is obtained successfully. It will return the Avatar information.

Description

Gets information about an Avatar.