Show / Hide Table of Contents

Class UISystemProfilerApi

Inheritance
Object
UISystemProfilerApi
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public static class UISystemProfilerApi

Methods

AddMarker(String, Object)

Declaration
public static void AddMarker(string name, Object obj)
Parameters
Type Name Description
String name
Object obj

BeginSample(UISystemProfilerApi.SampleType)

Declaration
public static void BeginSample(UISystemProfilerApi.SampleType type)
Parameters
Type Name Description
UISystemProfilerApi.SampleType type

EndSample(UISystemProfilerApi.SampleType)

Declaration
public static void EndSample(UISystemProfilerApi.SampleType type)
Parameters
Type Name Description
UISystemProfilerApi.SampleType type
  • Improve this Doc
  • View Source
Back to top Generated by DocFX