MeshModificationContext
Per-invocation context passed to a MeshModificationCallback.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public ref struct MeshModificationContext
Properties
Property | Description |
|---|---|
| draws | The generated draws for _element, in render order. |
| element | The element whose draws this invocation is processing. |
Methods
Method | Description |
|---|---|
| AddMeshModificationJob | Add a user-scheduled job to this element's post-processing dependency chain. |
| AllocateUIMesh | Allocates a fresh temporary UIMesh sized for |