ScrollingObjectCollection.DisableClippedRenderers Property

Definition

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

Property Value

Applies to