Class UnityStats
Assembly: UnityEditor.dll
Syntax
public sealed class UnityStats
Properties
audioClippingAmount
Declaration
public static float audioClippingAmount { get; }
Property Value
audioDSPLoad
Declaration
public static float audioDSPLoad { get; }
Property Value
audioLevel
Declaration
public static float audioLevel { get; }
Property Value
audioStreamLoad
Declaration
public static float audioStreamLoad { get; }
Property Value
batches
Declaration
public static int batches { get; }
Property Value
drawCalls
Declaration
public static int drawCalls { get; }
Property Value
dynamicBatchedDrawCalls
Declaration
public static int dynamicBatchedDrawCalls { get; }
Property Value
dynamicBatches
Declaration
public static int dynamicBatches { get; }
Property Value
frameTime
Declaration
public static float frameTime { get; }
Property Value
ibUploadBytes
Declaration
public static int ibUploadBytes { get; }
Property Value
ibUploads
Declaration
public static int ibUploads { get; }
Property Value
instancedBatchedDrawCalls
Declaration
public static int instancedBatchedDrawCalls { get; }
Property Value
instancedBatches
Declaration
public static int instancedBatches { get; }
Property Value
renderTextureBytes
Declaration
public static int renderTextureBytes { get; }
Property Value
renderTextureChanges
Declaration
public static int renderTextureChanges { get; }
Property Value
renderTextureCount
Declaration
public static int renderTextureCount { get; }
Property Value
renderTime
Declaration
public static float renderTime { get; }
Property Value
screenBytes
Declaration
public static int screenBytes { get; }
Property Value
screenRes
Declaration
public static string screenRes { get; }
Property Value
setPassCalls
Declaration
public static int setPassCalls { get; }
Property Value
shadowCasters
Declaration
public static int shadowCasters { get; }
Property Value
staticBatchedDrawCalls
Declaration
public static int staticBatchedDrawCalls { get; }
Property Value
staticBatches
Declaration
public static int staticBatches { get; }
Property Value
triangles
Declaration
public static int triangles { get; }
Property Value
usedTextureCount
Declaration
public static int usedTextureCount { get; }
Property Value
usedTextureMemorySize
Declaration
public static int usedTextureMemorySize { get; }
Property Value
vboTotal
Declaration
public static int vboTotal { get; }
Property Value
vboTotalBytes
Declaration
public static int vboTotalBytes { get; }
Property Value
vboUploadBytes
Declaration
public static int vboUploadBytes { get; }
Property Value
vboUploads
Declaration
public static int vboUploads { get; }
Property Value
vertices
Declaration
public static int vertices { get; }
Property Value
visibleAnimations
Declaration
public static int visibleAnimations { get; }
Property Value
visibleSkinnedMeshes
Declaration
public static int visibleSkinnedMeshes { get; }
Property Value
Extension Methods