MCPcopy 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
69void ResourceTypeSetCreateFn(HResourceType type, FResourceCreate fn)
70{
71 type->m_CreateFunction = fn;
72}
73
74void ResourceTypeSetPostCreateFn(HResourceType type, FResourcePostCreate fn)
75{

Callers 1

Calls

no outgoing calls

Tested by 1