docs.unity.cn
    Show / Hide Table of Contents

    Class UsdNamespaceAttribute

    Declares the USD namespace that should be prepended to this attribute.

    Inheritance
    Object
    Attribute
    UsdNamespaceAttribute
    InputParameterAttribute
    InputTextureAttribute
    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
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023