Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ AddReference
Method
AddReference
Source/Engine/Content/Asset.cpp:235–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
void Asset::AddReference()
236
{
237
Platform::InterlockedIncrement(&_refCount);
238
}
239
240
void Asset::AddReference(IAssetReference* ref, bool week)
241
{
Callers
10
LoadMesh
Method · 0.45
OnSet
Method · 0.45
OnResolve
Method · 0.45
OnBaseSet
Method · 0.45
load
Method · 0.45
OnMaterialLoaded
Method · 0.45
Variant
Method · 0.45
Variant.cpp
File · 0.45
SetAsset
Method · 0.45
Add
Method · 0.45
Calls
2
InterlockedIncrement
Function · 0.50
Add
Method · 0.45
Tested by
no test coverage detected