public sealed struct Sandbox.Doo.Configure
Provides configuration for a Doo run, such as setting initial argument values.
Related Guides
Broader workflow and conceptual references connected to this API.
An important part of s&box being a modern game platform is allowing the developers that use it to make money from it.
An addon project adds to a Game Project. The addon project isn't published directly, you create assets and publish those individually.
You can create variables and commands that you can run from the console.
A scene can contain systems that need to do work in specific places during the frame.
The HammerMesh component is added automatically to game objects in Hammer that are tied to a mesh.
You can record gameplay into a MovieClip, which can be played back or imported into Movie Maker for editing. This could be useful for killcams in shooters, leaderboard replays in racing games, or for capturing gameplay to edit into a trailer.
Methods
Showing 1 methods
public void SetArgument(string name, object value)
Sets a local variable for this Doo run.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Doo.Configure |