dynamicGeometry
Whether Unity considers the geometry animated or not.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public bool dynamicGeometry
Remarks
Set this value to True if (for example) a compute shader on the GPU animates the geometry. In this case the acceleration structure associated with the geometry rebuilds every frame.