Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlNamespacePrefixAttribute

Attribute that can be used on an assembly to define an XML namespace prefix for a namespace.
Read time 3 minutesLast updated 10 days ago

Definition

[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]public sealed class UxmlNamespacePrefixAttribute : Attribute

Constructors

Properties

Property

Description

nsThe namespace name.
prefixThe namespace prefix.

Inheritance

Inherited Members