Class EditorRuntime
Namespace: VelloSharp.Editor
Assembly: VelloSharp.Editor.dll
Provides initialization and status checks for the editor native core.
public static class EditorRuntime
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
IsInitialized
Gets a value indicating whether the native editor core reports initialization.
public static bool IsInitialized { get; }
Property Value
Methods
EnsureInitialized()
Ensures the editor native core library is loaded and initialized.
public static void EnsureInitialized()