LocalClientUnloadScenes

This will make the local client unload target scenes. This is not something done across the network. This can be called automatically based on your settings done on the component itself. It can also do nothing until you call if via a trigger.

Public Functions

Function Description
void UnloadTargetScenes() Will unload all the selected scenes in this component, honoring, all ignore settings as well.

See Also

  • LocalClientLoadScenes