docs.unity3d.com
    Show / Hide Table of Contents

    Class SdfNamespaceEdit

    Inheritance
    Object
    SdfNamespaceEdit
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class SdfNamespaceEdit : IDisposable

    Constructors

    SdfNamespaceEdit()

    Declaration
    public SdfNamespaceEdit()

    SdfNamespaceEdit(SdfPath, SdfPath)

    Declaration
    public SdfNamespaceEdit(SdfPath currentPath_, SdfPath newPath_)
    Parameters
    Type Name Description
    SdfPath currentPath_
    SdfPath newPath_

    SdfNamespaceEdit(SdfPath, SdfPath, Int32)

    Declaration
    public SdfNamespaceEdit(SdfPath currentPath_, SdfPath newPath_, int index_)
    Parameters
    Type Name Description
    SdfPath currentPath_
    SdfPath newPath_
    Int32 index_

    Fields

    AtEnd

    Declaration
    public static readonly int AtEnd
    Field Value
    Type Description
    Int32

    Same

    Declaration
    public static readonly int Same
    Field Value
    Type Description
    Int32

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Properties

    currentPath

    Declaration
    public SdfPath currentPath { get; set; }
    Property Value
    Type Description
    SdfPath

    index

    Declaration
    public int index { get; set; }
    Property Value
    Type Description
    Int32

    newPath

    Declaration
    public SdfPath newPath { get; set; }
    Property Value
    Type Description
    SdfPath

    Methods

    Dispose()

    Declaration
    public virtual void Dispose()
    Implements
    IDisposable.Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    Remove(SdfPath)

    Declaration
    public static SdfNamespaceEdit Remove(SdfPath currentPath)
    Parameters
    Type Name Description
    SdfPath currentPath
    Returns
    Type Description
    SdfNamespaceEdit

    Rename(SdfPath, TfToken)

    Declaration
    public static SdfNamespaceEdit Rename(SdfPath currentPath, TfToken name)
    Parameters
    Type Name Description
    SdfPath currentPath
    TfToken name
    Returns
    Type Description
    SdfNamespaceEdit

    Reorder(SdfPath, Int32)

    Declaration
    public static SdfNamespaceEdit Reorder(SdfPath currentPath, int index)
    Parameters
    Type Name Description
    SdfPath currentPath
    Int32 index
    Returns
    Type Description
    SdfNamespaceEdit

    Reparent(SdfPath, SdfPath, Int32)

    Declaration
    public static SdfNamespaceEdit Reparent(SdfPath currentPath, SdfPath newParentPath, int index)
    Parameters
    Type Name Description
    SdfPath currentPath
    SdfPath newParentPath
    Int32 index
    Returns
    Type Description
    SdfNamespaceEdit

    ReparentAndRename(SdfPath, SdfPath, TfToken, Int32)

    Declaration
    public static SdfNamespaceEdit ReparentAndRename(SdfPath currentPath, SdfPath newParentPath, TfToken name, int index)
    Parameters
    Type Name Description
    SdfPath currentPath
    SdfPath newParentPath
    TfToken name
    Int32 index
    Returns
    Type Description
    SdfNamespaceEdit
    Back to top
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Thursday, October 19, 2023