Interface IEditorToolViewModelInjection
Defines values to inject into tool plug in view models.
Inherited Members
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IEditorToolViewModelInjection : IViewModelInjection<IHostContentServices>
Properties
| Edit this page View SourceContentFileManager
Property to return the file manager for content files.
Declaration
IContentFileManager ContentFileManager { get; }
Property Value
Type | Description |
---|---|
IContentFileManager |