DynamicTransform
Optimizes rendering of a VisualElement for frequent position and transformation changes.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Field
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
DynamicTransform = 1
Remarks
This option uses the GPU instead of CPU to perform the VisualElement's vertex transformation.
Use this option on a VisualElement that changes any of the following style properties:
-
left -
top -
right -
bottom -
position -
transform-origin -
rotate -
scale -
translate