Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ResourceTypeSetCreateFn
Function
ResourceTypeSetCreateFn
engine/resource/src/resource_type.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void ResourceTypeSetCreateFn(HResourceType type, FResourceCreate fn)
70
{
71
type->m_CreateFunction = fn;
72
}
73
74
void ResourceTypeSetPostCreateFn(HResourceType type, FResourcePostCreate fn)
75
{
Callers
1
RegisterResourceTypeCustom
Function · 0.85
Calls
no outgoing calls
Tested by
1
RegisterResourceTypeCustom
Function · 0.68