This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

UxmlNamespacePrefixAttribute Constructor

Declaration

public UxmlNamespacePrefixAttribute(string ns, string prefix);

Parameters

ns The XML/C# namespace to which a prefix will be associated.
prefix The prefix to associate to the namespace.

Description

Constructor.