Show / Hide Table of Contents

Class UnityStats

Inheritance
Object
UnityStats
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public sealed class UnityStats

Properties

audioClippingAmount

Declaration
public static float audioClippingAmount { get; }
Property Value
Type Description
Single

audioDSPLoad

Declaration
public static float audioDSPLoad { get; }
Property Value
Type Description
Single

audioLevel

Declaration
public static float audioLevel { get; }
Property Value
Type Description
Single

audioStreamLoad

Declaration
public static float audioStreamLoad { get; }
Property Value
Type Description
Single

batches

Declaration
public static int batches { get; }
Property Value
Type Description
Int32

drawCalls

Declaration
public static int drawCalls { get; }
Property Value
Type Description
Int32

dynamicBatchedDrawCalls

Declaration
public static int dynamicBatchedDrawCalls { get; }
Property Value
Type Description
Int32

dynamicBatches

Declaration
public static int dynamicBatches { get; }
Property Value
Type Description
Int32

frameTime

Declaration
public static float frameTime { get; }
Property Value
Type Description
Single

ibUploadBytes

Declaration
public static int ibUploadBytes { get; }
Property Value
Type Description
Int32

ibUploads

Declaration
public static int ibUploads { get; }
Property Value
Type Description
Int32

instancedBatchedDrawCalls

Declaration
public static int instancedBatchedDrawCalls { get; }
Property Value
Type Description
Int32

instancedBatches

Declaration
public static int instancedBatches { get; }
Property Value
Type Description
Int32

renderTextureBytes

Declaration
public static int renderTextureBytes { get; }
Property Value
Type Description
Int32

renderTextureChanges

Declaration
public static int renderTextureChanges { get; }
Property Value
Type Description
Int32

renderTextureCount

Declaration
public static int renderTextureCount { get; }
Property Value
Type Description
Int32

renderTime

Declaration
public static float renderTime { get; }
Property Value
Type Description
Single

screenBytes

Declaration
public static int screenBytes { get; }
Property Value
Type Description
Int32

screenRes

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

setPassCalls

Declaration
public static int setPassCalls { get; }
Property Value
Type Description
Int32

shadowCasters

Declaration
public static int shadowCasters { get; }
Property Value
Type Description
Int32

staticBatchedDrawCalls

Declaration
public static int staticBatchedDrawCalls { get; }
Property Value
Type Description
Int32

staticBatches

Declaration
public static int staticBatches { get; }
Property Value
Type Description
Int32

triangles

Declaration
public static int triangles { get; }
Property Value
Type Description
Int32

usedTextureCount

Declaration
public static int usedTextureCount { get; }
Property Value
Type Description
Int32

usedTextureMemorySize

Declaration
public static int usedTextureMemorySize { get; }
Property Value
Type Description
Int32

vboTotal

Declaration
public static int vboTotal { get; }
Property Value
Type Description
Int32

vboTotalBytes

Declaration
public static int vboTotalBytes { get; }
Property Value
Type Description
Int32

vboUploadBytes

Declaration
public static int vboUploadBytes { get; }
Property Value
Type Description
Int32

vboUploads

Declaration
public static int vboUploads { get; }
Property Value
Type Description
Int32

vertices

Declaration
public static int vertices { get; }
Property Value
Type Description
Int32

visibleAnimations

Declaration
public static int visibleAnimations { get; }
Property Value
Type Description
Int32

visibleSkinnedMeshes

Declaration
public static int visibleSkinnedMeshes { get; }
Property Value
Type Description
Int32

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