You're breathtaking!
This commit is contained in:
18
Source/Engine/Streaming/StreamingManager.h
Normal file
18
Source/Engine/Streaming/StreamingManager.h
Normal file
@@ -0,0 +1,18 @@
|
||||
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "StreamableResourcesCollection.h"
|
||||
|
||||
/// <summary>
|
||||
/// Main class for dynamic resources streaming service
|
||||
/// </summary>
|
||||
class FLAXENGINE_API StreamingManager
|
||||
{
|
||||
public:
|
||||
|
||||
/// <summary>
|
||||
/// List with all resources
|
||||
/// </summary>
|
||||
static StreamableResourcesCollection Resources;
|
||||
};
|
||||
Reference in New Issue
Block a user