Class UsdNamespaceAttribute
Declares the USD namespace that should be prepended to this attribute.
Inherited Members
Namespace: USD.NET
Syntax
public class UsdNamespaceAttribute : Attribute, _Attribute
Remarks
For example setting the namespace to "foo" on an attribute called "bar" will generate a USD attribute named foo:bar. Namespaces will be nested when multiple namespaces apply to a single attribute, e.g. foo:bar:baz.
Constructors
UsdNamespaceAttribute(String)
Declaration
public UsdNamespaceAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Properties
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |