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

UxmlTypeReferenceAttribute Constructor

Declaration

public UxmlTypeReferenceAttribute();

Description

Provides information about the expected type when applied to a Type field or property that has the UxmlAttributeAttribute attribute.


Declaration

public UxmlTypeReferenceAttribute(Type baseType);

Parameters

baseType The base type that the value inherits from.

Description

Provides information about the expected type when applied to a Type field or property that has the UxmlAttributeAttribute attribute.