docs.unity.cn
    Show / Hide Table of Contents

    Class UsdInherits

    Inheritance
    Object
    UsdInherits
    Namespace: pxr
    Syntax
    public class UsdInherits : IDisposable

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Methods

    AddInherit(SdfPath)

    Declaration
    public bool AddInherit(SdfPath primPath)
    Parameters
    Type Name Description
    SdfPath primPath
    Returns
    Type Description
    Boolean

    AddInherit(SdfPath, UsdListPosition)

    Declaration
    public bool AddInherit(SdfPath primPath, UsdListPosition position)
    Parameters
    Type Name Description
    SdfPath primPath
    UsdListPosition position
    Returns
    Type Description
    Boolean

    ClearInherits()

    Declaration
    public bool ClearInherits()
    Returns
    Type Description
    Boolean

    Dispose()

    Declaration
    public virtual void Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetAllDirectInherits()

    Declaration
    public SdfPathVector GetAllDirectInherits()
    Returns
    Type Description
    SdfPathVector

    GetPrim()

    Declaration
    public UsdPrim GetPrim()
    Returns
    Type Description
    UsdPrim

    RemoveInherit(SdfPath)

    Declaration
    public bool RemoveInherit(SdfPath primPath)
    Parameters
    Type Name Description
    SdfPath primPath
    Returns
    Type Description
    Boolean

    SetInherits(SdfPathVector)

    Declaration
    public bool SetInherits(SdfPathVector items)
    Parameters
    Type Name Description
    SdfPathVector items
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023