API ReferenceSandbox.Internal

GlobalGameNamespaceclass

objectGlobalGameNamespace
Namespace
Sandbox.Internal
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.Internal.GlobalGameNamespace

Properties3

Showing 3 properties

public static Sandbox.Diagnostics.Logger Sandbox.Internal.GlobalGameNamespace.Log { get; set; }PUBLICSTATICGETSET

Log information to console for debugging purposes.

Returns:Logger

public static Sandbox.Internal.TypeLibrary Sandbox.Internal.GlobalGameNamespace.TypeLibrary { get; set; }PUBLICSTATICGETSET

Allows access to all available types, reflection style.

Returns:TypeLibrary

Exceptions

ExceptionCondition
InvalidOperationExceptionThrown when accessed during static constructors.

On this page