Skip to main content

Renderer.HasPropertyBlock()

Returns true if the Renderer has a material property block attached via SetPropertyBlock.

Returns:

typeDescription
booleantrue if the Renderer has a material property block attached via SetPropertyBlock.

Usage

---@type Renderer
local renderer;


local val0 = renderer.HasPropertyBlock()