πŸ’Ύ InvalidationBox

Widgets that are wrapped with an Invalidation Box allows the child widget geometry to be cached to speed up rendering.

This class shares methods and events from Panel Widget.

🦠 Functions

SetCanCache

InvalidationBox:SetCanCache(CanCache)
TypeParameterDescription

CanCache

GetCanCache

β€” Returns boolean.

local ret = InvalidationBox:GetCanCache()

Last updated