Information about the creator or author of an Asset Library asset.
Example
// Creator holds metadata about an Asset Library asset's author. // Read it from Asset.creator after fetching assets. constprovider = this.pluginSystem.findInterface( IAssetLibraryProvider.interfaceId ) asimport('LensStudio:AssetLibrary').IAssetLibraryProvider;
Information about the creator or author of an Asset Library asset.
Example