Struct FuzzySearch.ScopedProfiler | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct FuzzySearch.ScopedProfiler

    Namespace: Unity.QuickSearch
    Syntax
    public struct ScopedProfiler : IDisposable

    Constructors

    ScopedProfiler(String)

    Declaration
    public ScopedProfiler(string name)
    Parameters
    Type Name Description
    System.String name

    ScopedProfiler(String, UnityEngine.Object)

    Declaration
    public ScopedProfiler(string name, UnityEngine.Object targetObject)
    Parameters
    Type Name Description
    System.String name
    UnityEngine.Object targetObject

    Methods

    Dispose()

    Declaration
    public void Dispose()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX