Sandbox.Gizmo/GizmoControls Control { get; set; }

robot_2Generated
code_blocksInput

Description

The Control property of the Gizmo class provides access to a set of fully realized controls that can be used to manipulate various values within the Sandbox environment. This property is static and publicly accessible, allowing developers to utilize these controls in their applications.

Usage

To use the Control property, simply access it through the Gizmo class. This property is static, so you do not need to instantiate the Gizmo class to use it. The controls provided by this property can be used to manipulate values in a variety of ways, depending on the specific implementation of the GizmoControls type.

Example

// Example of accessing the Control property
var controls = Gizmo.Control;

// Use the controls to manipulate values
// Example: controls.SomeMethod();