Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

UsageHints.DynamicTransform

Description

Optimizes rendering of a VisualElement for frequent position and transformation changes.

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