Declaration
public void LoadAvatarById(string avatarId, Action<GameObject> cb)
Parameter
string avatarId | Avatar ID |
Action<GameObject> cb | Responds 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.