Skip to main content

Class EditorRuntime

Namespace: VelloSharp.Editor
Assembly: VelloSharp.Editor.dll

Provides initialization and status checks for the editor native core.

public static class EditorRuntime

Inheritance

objectEditorRuntime

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

bool

Methods

EnsureInitialized()

Ensures the editor native core library is loaded and initialized.

public static void EnsureInitialized()