Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlAttributeNames(string, string, Type, params string[])

Creates a new instance of UxmlAttributeNames.
Read time 1 minuteLast updated 12 days ago

Definition

UxmlAttributeNames(string, string, Type, string[])

public UxmlAttributeNames(string fieldName, string uxmlName, Type typeReference = null, params string[] obsoleteNames)

Parameters

fieldName

The field name of the UXML attribute.

uxmlName

The type reference of the UXML attribute.

typeReference

The type reference of the UXML attribute.

obsoleteNames

The obsolete names of the UXML attribute.