EditorSettings class
The EditorSettings are used to provide the information needed by the editor to operate.
Constructors
- EditorSettings({required String license, String sceneBaseUri = "https://cdn.img.ly/packages/imgly/cesdk-engine/1.31.0/assets", String? assetBaseUri, String? userId})
- Creates new EditorSettings from the given properties.
Properties
- assetBaseUri → String?
-
The base URI to the default assets of the asset library.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- license → String
-
The license of the editor.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sceneBaseUri → String
-
The base URI to the assets included in the scene
of which the sources are specified as relative
paths.
final
- userId → String?
-
Unique ID tied to your application's user. This helps
us accurately calculate monthly active users (MAU).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the instance to a
Map<String, dynamic>
for JSON encoding. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited