public sealed enum Sandbox.Package.Type : System.Enum
Related Guides
Broader workflow and conceptual references connected to this API.
Attributes are the bridge to pass information around the CPU to the GPU, like Variables, Textures or entire Buffers.
Just like Subgraphs, you can also create your own custom Nodes with C# (and shader code) to be used in Shader Graphs.
A Component is added to a GameObject to provide functionality. This functionality can vary wildly.
ResourceExtensions can be used to append additional data to existing GameResources without modifying the original class or assets. This is useful for adding additional properties to resources such as Clothing, Surfaces, Models, ect.
If you want to access lighting information directly you can use this.
The Storage system provides a simple, unified way to manage user-generated content in your game. Whether you're saving game progress, storing player creations, or anything else, Storage handles everything from local file management to Steam Workshop integration.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | enum |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Package.Type |