Class uiPathCacheManager
Namespace: Unity.UIWidgets.ui
Syntax
public static class uiPathCacheManager
Methods
putToCache(uiPath)
Declaration
public static void putToCache(uiPath uipath)
Parameters
Type | Name | Description |
---|---|---|
uiPath | uipath |
tickNextFrame()
Declaration
public static void tickNextFrame()
tryGetUiPath(UInt32, out uiPath)
Declaration
public static bool tryGetUiPath(uint pathKey, out uiPath outpath)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | pathKey | |
uiPath | outpath |
Returns
Type | Description |
---|---|
Boolean |