Class ForceNoNamespaceAttribute
Indicates that no namespace should be added to this field.
Namespace: USD.NET
Syntax
public class ForceNoNamespaceAttribute : Attribute, _Attribute
Remarks
The serialization code typically adds an extra namespace to dictionary fields. If you want to hold multiple primvars in a dictionary without adding the extra namespace you should add this attribute to your field.
Constructors
ForceNoNamespaceAttribute()
Declaration
public ForceNoNamespaceAttribute()