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

Function LoadAsset

Source/Engine/Content/Content.cpp:686–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686FLAXENGINE_API Asset* LoadAsset(const Guid& id, const ScriptingTypeHandle& type)
687{
688 return Content::LoadAsync(id, type);
689}
690
691Asset* Content::LoadAsync(const StringView& path, const MClass* type)
692{

Callers 15

InvokeObjectSpawnFunction · 0.85
LoadMethod · 0.85
AssetReferenceClass · 0.85
OnResolveMethod · 0.85
WeakAssetReferenceClass · 0.85
onNodeLoadedMethod · 0.85
ProcessGroupToolsMethod · 0.85
LoadMethod · 0.85
LoadAssetMethod · 0.85
prepareLayerMethod · 0.85
ReadFunction · 0.85
DeserializeMethod · 0.85

Calls 1

LoadAsyncFunction · 0.85

Tested by

no test coverage detected