EditorSettings constructor
EditorSettings({})
Creates new EditorSettings from the given properties.
The license is used to unlock the editor. Pass null to run the SDK in evaluation mode with a watermark.
The sceneBaseUri represents the base URI to the assets included
in the scene of which the sources are specified as relative paths.
The assetBaseUri is the base URI to the default assets of the asset library.
The userId is the ID of the user that is associated with this
instance.
Implementation
EditorSettings(
{this.license,
this.sceneBaseUri =
"https://cdn.img.ly/packages/imgly/cesdk-engine/1.51.0/assets",
this.assetBaseUri,
this.userId});