ParaUtility.LoadAvatarById

Declaration

public void LoadAvatarById(string avatarId, Action<GameObject> cb)

Parameter

string avatarIdAvatar ID
Action<GameObject> cbResponds to this callback function when Avatar resources are fully loaded. The parameter is the Avatar resource object.

Description

Loads the resources of an Avatar corresponding to a specified ID.