IsDisposed

Editor.IsDisposed property

Indicates whether this Editor instance was already disposed and cannot be used anymore (true) or it was not disposed yet and thus is active (false)

public bool IsDisposed { get; }

See Also