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) IAssetInfo.AddRef Examples
Programming Language:
C# (CSharp)
Class/Type:
IAssetInfo
Method/Function:
AddRef
Examples at hotexamples.com:
1
C# (CSharp) IAssetInfo.AddRef - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IAssetInfo.AddRef
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
AssetNameEquals(30)
AddRef(1)
CheckAlive(1)
Hold(1)
Load(1)
LoadAsync(1)
Preload(1)
PreloadAsync(1)
Release(1)
Unload(1)
WriteToGame(1)
Frequently Used Methods
AssetNameEquals (30)
AddRef (1)
CheckAlive (1)
Hold (1)
Load (1)
LoadAsync (1)
Preload (1)
PreloadAsync (1)
Release (1)
Unload (1)
Frequently Used Methods
WriteToGame (1)
Example #1
0
Show file
File:
CapsResManager_ResLoader_Client_Redirect.cs
Project:
SilasDarkmoon/CapsResManager
public void AddRef() { if (Real != null) { Real.AddRef(); } }
x