DummyAvatarLoader
Dummy Avatar Loader
If you do not want to have a 3D model, drag the Dummy Avatar Loader Prefab into the "Avatar Loader" field.
Events
Event | Type | Description |
---|
AvatarLoaded | Action<InworldCharacter> | Triggered immediately in ConfigureModel() |
API
Function | Return Type | Description | Parameters |
---|
ConfigureModel | void | Implements interface functions by invoking AvatarLoaded | character: the InworldCharacterData to load, model: the model to attach |
Import | IEnumerator | Implements interface functions | url: a string of URLs to download avatars |
LoadData | gameObject | Implements interface functions | content: data to load |
LoadData | gameObject | Implements interface functions | fileName: file to load |