This version of Unity is unsupported.

UxmlNamespacePrefixAttribute Constructor

public UxmlNamespacePrefixAttribute(string ns, string prefix);

Parameters

nsThe XML/C# namespace to which a prefix will be associated.
prefixThe prefix to associate to the namespace.

Description

Constructor.