ScrollingObjectCollection.DisableClippedGameObjects 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 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