API ReferenceSandbox.Rendering

TextureStreamingclass

Gives global access to the texture streaming system.

objectTextureStreaming
Namespace
Sandbox.Rendering
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.Rendering.TextureStreaming

Methods1

Showing 1 methods

public static void ExecuteWithDisabled(System.Action action)PUBLICSTATIC

Run a block of code with texture streaming disabled

ParameterTypeDescription
actionAction
Returns:void

On this page