Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DynamicTransform

Optimizes rendering of a VisualElement for frequent position and transformation changes.
Read time 1 minuteLast updated 9 days ago

Definition

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