Reference API Roblox

Engine API

Website

Related

Reference API Roblox

RenderingCacheOptimizationMode

Controls rendering cache optimization behavior.

Items 3

HistoryNameValueDescription
623Default0

Uses the engine-default rendering cache state.

623Disabled1

Rendering cache optimizations are disabled.

623Enabled2

Rendering cache optimizations are enabled.

Description

Determines whether the renderer caches per-object rendering state to avoid redundant per-frame work. This enum is used by Workspace.RenderingCacheOptimizations.

History 4

Settings