Class AllocDebugger
Namespace: Unity.UIWidgets.ui
Syntax
public static class AllocDebugger
Fields
enableDebugging
Declaration
public const bool enableDebugging = false
Field Value
Type | Description |
---|---|
Boolean |
Methods
onAlloc(Int32, String, Int32)
Declaration
public static void onAlloc(int objKey, string objName, int allocatedCount)
Parameters
Type | Name | Description |
---|---|---|
Int32 | objKey | |
String | objName | |
Int32 | allocatedCount |
onFrameEnd()
Declaration
public static void onFrameEnd()
onRelease(Int32, String, Int32)
Declaration
public static void onRelease(int objKey, string objName, int allocatedCount)
Parameters
Type | Name | Description |
---|---|---|
Int32 | objKey | |
String | objName | |
Int32 | allocatedCount |