ScrollingObjectCollection.DisableClippedGameObjects Property

Definition

Disables GameObjects with Renderer components which are clipped by the clipping box. Improves performance significantly by reducing the number of GameObjects that need to be managed in engine.

public:
 property bool DisableClippedGameObjects { bool get(); void set(bool value); };
public bool DisableClippedGameObjects { get; set; }
member this.DisableClippedGameObjects : bool with get, set
Public Property DisableClippedGameObjects As Boolean

Property Value

Applies to