Gorgon
Show / Hide Table of Contents

Interface IEditorToolViewModelInjection

Defines values to inject into tool plug in view models.

Inherited Members
IViewModelInjection<IHostContentServices>.HostServices
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IEditorToolViewModelInjection : IViewModelInjection<IHostContentServices>

Properties

| Edit this page View Source

ContentFileManager

Property to return the file manager for content files.

Declaration
IContentFileManager ContentFileManager { get; }
Property Value
Type Description
IContentFileManager

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author