MCPcopy 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
79void ResourceTypeSetDestroyFn(HResourceType type, FResourceDestroy fn)
80{
81 type->m_DestroyFunction = fn;
82}
83
84void ResourceTypeSetRecreateFn(HResourceType type, FResourceRecreate fn)
85{

Callers 1

Calls

no outgoing calls

Tested by 1