MCPcopy Create free account
hub / github.com/defold/defold / ResourceTypeSetStreaming

Function ResourceTypeSetStreaming

engine/resource/src/resource_type.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void ResourceTypeSetStreaming(HResourceType type, uint32_t preload_size)
90{
91 type->m_PreloadSize = preload_size;
92}
93
94bool ResourceTypeIsStreaming(HResourceType type)
95{

Callers 2

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68