docs.unity.cn
    Show / Hide Table of Contents

    Class SdfNamespaceEdit

    Inheritance
    Object
    SdfNamespaceEdit
    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()

    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 — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023