Show / Hide Table of Contents

Interface IEditorModule

Inherited Members
IDisposable.Dispose()
Namespace: Unity.DataContract
Assembly: Unity.DataContract.dll
Syntax
public interface IEditorModule : IDisposable

Properties

| Improve this Doc View Source

moduleInfo

Declaration
PackageInfo moduleInfo { get; set; }
Property Value
Type Description
PackageInfo

Methods

| Improve this Doc View Source

Initialize()

Declaration
void Initialize()
| Improve this Doc View Source

Shutdown(Boolean)

Declaration
void Shutdown(bool wait)
Parameters
Type Name Description
Boolean wait

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX