Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IResourceHelper.ClearMemory Examples
Programming Language:
C# (CSharp)
Class/Type:
IResourceHelper
Method/Function:
ClearMemory
Examples at hotexamples.com:
1
C# (CSharp) IResourceHelper.ClearMemory - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IResourceHelper.ClearMemory
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
DoesCustomerExist(25)
IsCustomerReadOnly(10)
DoesInteractionResourceExistAndBelongToCustomer(10)
DoesInteractionExistAndBelongToCustomer(6)
DoesActionPlanExistAndBelongToCustomer(5)
DoesActionPlanResourceExistAndBelongToCustomer(5)
Release(5)
LoadSceneAsync(5)
LoadAsset(3)
UnloadSceneAsync(2)
ResolveResourceIdentifier(2)
LookupResource(2)
LoadAssetAsync(2)
GetMimeType(2)
GetStream(1)
DoesSubscriptionExist(1)
UnloadAsset(1)
UnLoadAsset(1)
UnLoadAllAsset(1)
SetResourcePath(1)
SetLoader(1)
SetAssetBundlePath(1)
OnTermination(1)
ExecutionTimeOf(1)
GetResourcePath(1)
OnInitialization(1)
GetAssetBundle(1)
LoadAssetSync(1)
LoadAssetBundle(1)
ClearMemory(1)
LoadAssetAsyn(1)
Clear(1)
Frequently Used Methods
DoesCustomerExist (25)
IsCustomerReadOnly (10)
DoesInteractionResourceExistAndBelongToCustomer (10)
DoesInteractionExistAndBelongToCustomer (6)
DoesActionPlanExistAndBelongToCustomer (5)
DoesActionPlanResourceExistAndBelongToCustomer (5)
Release (5)
LoadSceneAsync (5)
LoadAsset (3)
UnloadSceneAsync (2)
Frequently Used Methods
ResolveResourceIdentifier (2)
LookupResource (2)
LoadAssetAsync (2)
GetMimeType (2)
GetStream (1)
DoesSubscriptionExist (1)
UnloadAsset (1)
UnLoadAsset (1)
UnLoadAllAsset (1)
SetResourcePath (1)
SetLoader (1)
SetAssetBundlePath (1)
OnTermination (1)
ExecutionTimeOf (1)
GetResourcePath (1)
OnInitialization (1)
GetAssetBundle (1)
LoadAssetSync (1)
LoadAssetBundle (1)
ClearMemory (1)
Frequently Used Methods
SetLoader (1)
SetAssetBundlePath (1)
OnTermination (1)
ExecutionTimeOf (1)
GetResourcePath (1)
OnInitialization (1)
GetAssetBundle (1)
LoadAssetSync (1)
LoadAssetBundle (1)
ClearMemory (1)
LoadAssetAsyn (1)
Clear (1)
Frequently Used Methods
LoadAssetAsyn (1)
Clear (1)
Example #1
0
Show file
File:
ResourceManager.cs
Project:
yanngu/HTFramework
/// <summary> /// 清理内存,释放空闲内存 /// </summary> public void ClearMemory() { _helper.ClearMemory(); }
x