Declaration
public static void GetAvatarInfo(string avatarId, Action<ParaAvatarInfo> cb)
Parameters
| Parameter Name | Parameter Description |
|---|---|
| avatarId | ID of the Avatar whose information is to be obtained |
| cb | Callback function triggered when the information is obtained successfully. It will return the Avatar information. |
Description
Gets information about an Avatar.
