CavrnusRemoteContent (Unity)
- Fields
public string Id;
public string Name;
public string FileName;
public string ThumbnailUrl;
public Dictionary<string, string> Tags;
Represents a file that has been uploaded to the Cavrnus Server.
It is uploaded by calling UploadContent. Once you have it, you can then pull down the file stream to your device by calling FetchFileById.
The Name
and ThumbnailUrl
fields are useful for displaying this in a UI selector. To fetch all the available content and display it, you can call FetchAllUploadedContent.
The Tags can be any data you want (as specified in the UploadContent call). They can be useful for filtering any object selections you offer to your users.
Looking for labels? They can now be found in the details panel on the floating action bar.
Related content
CavrnusVideoInputDevice (Unity)
CavrnusVideoInputDevice (Unity)
More like this
Cavrnus-CVT: Menus
Cavrnus-CVT: Menus
More like this
UploadContent (Unity)
UploadContent (Unity)
More like this
Core Concepts (Unity)
Core Concepts (Unity)
More like this
API Reference - Unity
API Reference - Unity
More like this
FCavrnusRemoteContent (Unreal Engine)
FCavrnusRemoteContent (Unreal Engine)
More like this