Interface IEditorModule
Inherited Members
Namespace: Unity.DataContract
Assembly: Unity.DataContract.dll
Syntax
public interface IEditorModule : IDisposable
Properties
| Improve this Doc View SourcemoduleInfo
Declaration
PackageInfo moduleInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| PackageInfo |
Methods
| Improve this Doc View SourceInitialize()
Declaration
void Initialize()
Shutdown(Boolean)
Declaration
void Shutdown(bool wait)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | wait |