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

Method OnDependencyModified

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

Source from the content-addressed store, hash-verified

452#if USE_EDITOR
453
454void Material::OnDependencyModified(BinaryAsset* asset)
455{
456 BinaryAsset::OnDependencyModified(asset);
457
458 Reload();
459}
460
461void Material::InitCompilationOptions(ShaderCompilationOptions& options)
462{

Callers 3

CloneAssetFileMethod · 0.45
SaveToAssetMethod · 0.45
OnStorageReloadedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected