ScrollingObjectCollection.DisableClippedRenderers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disables the Renderer components of Gameobjects which are clipped by the clipping box. Improves performance by reducing the number of renderers that need to be tracked, while still allowing the GameObjects associated with those renders to continue updating. Less performant compared to using DisableClippedGameObjects
public:
property bool DisableClippedRenderers { bool get(); void set(bool value); };
public bool DisableClippedRenderers { get; set; }
member this.DisableClippedRenderers : bool with get, set
Public Property DisableClippedRenderers As Boolean