MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / OnAssetLoaded

Method OnAssetLoaded

Source/Engine/Content/Asset.cpp:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void AssetReferenceBase::OnAssetLoaded(Asset* asset, void* caller)
67{
68 if (_asset != asset)
69 return;
70 Loaded();
71 if (_owner)
72 _owner->OnAssetLoaded(asset, this);
73}
74
75void AssetReferenceBase::OnAssetUnloaded(Asset* asset, void* caller)
76{

Callers 2

OnSetMethod · 0.45
onLoaded_MainThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected