Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RegisterUxmlCacheAttribute

Attribute allowing the UXML registry to more efficiently retrieve the UXML description data.
Read time 3 minutesLast updated 6 days ago

Definition

[AttributeUsage(AttributeTargets.Method)]public class RegisterUxmlCacheAttribute : Attribute

Remarks

This is used by the code generator when a control is using UxmlElementAttribute and UxmlAttributeAttribute.

Inheritance

Inherited Members