namespace
Sandbox.Internal
24 types
Classes
| Type | Name | Description |
|---|---|---|
| class | ClassFileLocationAttribute | Automatically added to codegenerated classes to let them determine their location This helps when looking for resources |
| class | GlobalGameNamespace | |
| class | GlobalSystemNamespace | |
| class | GlobalToolsNamespace | |
| class | PublicArrayPool<T> | Calls to ArrayPool.Shared{T} will map to this class. You can use it directly but you probably shouldn't |
| class | SourceLocationAttribute | Automatically added to classes and their members to let them determine their location This helps when looking for resour |
| class | TypeLibrary |
Interfaces
| Type | Name | Description |
|---|---|---|
| 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 | IControlSheet | Interface for a control sheet that manages the display of serialized properties in a structured way. |
| 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() |