Show / Hide Table of Contents

Class Sampler

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

Properties

| Improve this Doc View Source

isValid

Declaration
public bool isValid { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

name

Declaration
public string name { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

Get(String)

Declaration
public static Sampler Get(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Sampler
| Improve this Doc View Source

GetNames(List<String>)

Declaration
public static int GetNames(List<string> names)
Parameters
Type Name Description
List<String> names
Returns
Type Description
Int32
| Improve this Doc View Source

GetRecorder()

Declaration
public Recorder GetRecorder()
Returns
Type Description
Recorder

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX