LastFrameRenderBreakList
Last updated
Was this helpful?
Last updated
Was this helpful?
LastFrameRenderBreakList is a list of RenderBreaks which were created last frame. For this to be a non-null list, the value must be set to true. This is by default false for performance reasons.
This member can be used to get detailed information about the last frame's render breaks. To simply count the number of render breaks, use the property. This property is always valid.
The following code will measure the render breaks.