Interface ISettingsCategory
A view model for a settings category.
Inherited Members
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public interface ISettingsCategory : IViewModel, INotifyPropertyChanged, INotifyPropertyChanging, IGorgonNamedObject
Remarks
This is a view model that is used provide a settings interface for a plug in. The editor will pick these up and present your custom settings view (along with the view model) so that users can make changes to plug in settings. These settings objects are returned to the host editor application by way of the OnGetSettings() method.
Properties
| Edit this page View SourceID
Property to return the ID for the panel.
Declaration
Guid ID { get; }
Property Value
Type | Description |
---|---|
Guid |