MCPcopy 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
235void Asset::AddReference()
236{
237 Platform::InterlockedIncrement(&_refCount);
238}
239
240void Asset::AddReference(IAssetReference* ref, bool week)
241{

Callers 10

LoadMeshMethod · 0.45
OnSetMethod · 0.45
OnResolveMethod · 0.45
OnBaseSetMethod · 0.45
loadMethod · 0.45
OnMaterialLoadedMethod · 0.45
VariantMethod · 0.45
Variant.cppFile · 0.45
SetAssetMethod · 0.45
AddMethod · 0.45

Calls 2

InterlockedIncrementFunction · 0.50
AddMethod · 0.45

Tested by

no test coverage detected