Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ResourceTypeSetDestroyFn
Function
ResourceTypeSetDestroyFn
engine/resource/src/resource_type.cpp:79–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void ResourceTypeSetDestroyFn(HResourceType type, FResourceDestroy fn)
80
{
81
type->m_DestroyFunction = fn;
82
}
83
84
void ResourceTypeSetRecreateFn(HResourceType type, FResourceRecreate fn)
85
{
Callers
1
RegisterResourceTypeCustom
Function · 0.85
Calls
no outgoing calls
Tested by
1
RegisterResourceTypeCustom
Function · 0.68