Interface ILoadContentLoadPhase
This ILoadPhase should initialize and load the specified IContent id.
Inherited Members
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface ILoadContentLoadPhase : ILoadPhase, IAsyncLoadable, IInjectable
Properties
content
The IContent that was loaded by this ILoadPhase.
Declaration
IContent content { get; }
Property Value
Type | Description |
---|---|
IContent |