MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Add

Method Add

Source/Engine/Streaming/StreamingGroup.cpp:34–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void StreamingGroups::Add(StreamingGroup* group)
35{
36 ASSERT(group && !_groups.Contains(group));
37
38 // Register group and it's handler
39 _groups.Add(group);
40 if (!_handlers.Contains(group->GetHandler()))
41 _handlers.Add(group->GetHandler());
42}

Callers 15

QueueTaskMethod · 0.45
InvokeOnUpdateMethod · 0.45
AddDictionaryItemMethod · 0.45
Internal_UpdateMethod · 0.45
ToInterfaceMethod · 0.45
SetParentMethod · 0.45
SetOrderInParentMethod · 0.45
DeserializeMethod · 0.45
AddFrameworkDefinesMethod · 0.45
SetupMethod · 0.45
UpdateMethod · 0.45
InvokeOnUpdateMethod · 0.45

Calls 1

ContainsMethod · 0.45

Tested by

no test coverage detected