namespace Internal

in global :: Sandbox

This namespace contains:

class ClassFileLocationAttribute Automatically added to codegenerated classes to let them determine their location This helps when looking for resources relative to them, like style sheets. Replaced in Sept 2023 by SourceLocationAttribute, which is added to classes and members.
class GlobalGameNamespace
class GlobalSystemNamespace
interface ICategoryProvider Provides category or group for DisplayInfo of a member or a type.
interface IClassNameProvider Provides internal class name for DisplayInfo of a member or a type.
interface IDescriptionProvider Provides a description for DisplayInfo of a member or a type.
interface IFixedUpdateSubscriber Automatically added to classes that implement OnFixedUpdate()
interface IIconProvider Provides an icon for DisplayInfo of a member or a type.
interface IMemberNameProvider
interface IMenuSystem This is how the engine communicates with the menu system
interface IOrderProvider Provides an order number for DisplayInfo of a member or a type.
interface IPanel
interface IPlaceholderProvider Provides placeholder text for DisplayInfo of a member or a type.
interface IPreRenderSubscriber Automatically added to classes that implement OnPreRender()
interface ISourceColumnProvider
interface ISourceLineProvider
interface ISourcePathProvider
interface ITitleProvider Provides a title or a "nice name" for DisplayInfo of a member or a type.
interface IUpdateSubscriber Automatically added to classes that implement OnUpdate()
class SourceLocationAttribute Automatically added to classes and their members to let them determine their location This helps when looking for resources relative to them, like style sheets.
class TypeLibrary