The Texture3DBuilder struct in the Sandbox
namespace is a utility for constructing 3D textures with various configurations. It provides a fluent interface to specify different properties and settings for the texture before finalizing it with the Finish
method.