Constructs a new Preset Descriptor instance.
Array of interface IDs that this plugin requires to function.
Human-readable description of the plugin shown in the plugin manager.
Specifies the target entity type the preset operates on: 'SceneObject', 'Asset', or 'Component'.
Icon displayed for the preset in the Lens Studio UI, created via Editor.Icon.fromFile().
Unique identifier for the plugin, typically in reverse domain notation.
Array of interface IDs that this plugin provides or implements.
Display name of the plugin.
List of asset paths to import when the preset is instantiated.
Category or group name under which the preset appears in the preset picker UI.
Returns the name of this object's type.
Returns true if the object is of the specified type.
Returns true if this object refers to the same instance as the given object.
Descriptor subclass for presets, extending BaseDescriptor with preset-specific metadata such as import paths and section.