docs.unity.cn
    Show / Hide Table of Contents

    Class SdfAssetPath

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

    Constructors

    SdfAssetPath()

    Declaration
    public SdfAssetPath()

    SdfAssetPath(String)

    Declaration
    public SdfAssetPath(string path)
    Parameters
    Type Name Description
    String path

    SdfAssetPath(String, String)

    Declaration
    public SdfAssetPath(string path, string resolvedPath)
    Parameters
    Type Name Description
    String path
    String resolvedPath

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Methods

    Dispose()

    Declaration
    public virtual void Dispose()

    Equals(SdfAssetPath, SdfAssetPath)

    Declaration
    public static bool Equals(SdfAssetPath lhs, SdfAssetPath rhs)
    Parameters
    Type Name Description
    SdfAssetPath lhs
    SdfAssetPath rhs
    Returns
    Type Description
    Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object rhs)
    Parameters
    Type Name Description
    Object rhs
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Finalize()

    Declaration
    protected void Finalize()

    GetAssetPath()

    Declaration
    public string GetAssetPath()
    Returns
    Type Description
    String

    GetHash()

    Declaration
    public uint GetHash()
    Returns
    Type Description
    UInt32

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    GetResolvedPath()

    Declaration
    public string GetResolvedPath()
    Returns
    Type Description
    String

    Operators

    Equality(SdfAssetPath, SdfAssetPath)

    Declaration
    public static bool operator ==(SdfAssetPath lhs, SdfAssetPath rhs)
    Parameters
    Type Name Description
    SdfAssetPath lhs
    SdfAssetPath rhs
    Returns
    Type Description
    Boolean

    Inequality(SdfAssetPath, SdfAssetPath)

    Declaration
    public static bool operator !=(SdfAssetPath lhs, SdfAssetPath rhs)
    Parameters
    Type Name Description
    SdfAssetPath lhs
    SdfAssetPath rhs
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023