dynamicGeometry
Whether Unity considers the geometry animated or not.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public bool dynamicGeometry { readonly get; set; }
Remarks
Set this value to if geometry is being animated. For example, when a compute shader on the GPU animates the geometry, then the acceleration structure associated with the geometry rebuilds every frame.
true