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

Method getChunksToPreload

Source/Engine/Content/Assets/Material.cpp:445–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445AssetChunksFlag Material::getChunksToPreload() const
446{
447 AssetChunksFlag result = ShaderAssetTypeBase<MaterialBase>::getChunksToPreload();
448 result |= GET_CHUNK_FLAG(SHADER_FILE_CHUNK_MATERIAL_PARAMS);
449 return result;
450}
451
452#if USE_EDITOR
453

Callers

nothing calls this directly

Calls 1

getChunksToPreloadFunction · 0.85

Tested by

no test coverage detected