This behavior is intentional. For the property to influence interactions between cameras, it needs to be modified within the OnPreCull callback, not the OnPreRender callback. This is because the OnPreRender callback occurs after the camera has completed the culling process. Since this property governs culling, modifying it in OnPreRender is ineffective. Refer to the provided screenshot for more details.