初始提交: UE5.3项目基础框架
This commit is contained in:
18
Plugins/CesiumForUnreal/Source/ThirdParty/include/Cesium3DTilesContent/Library.h
vendored
Normal file
18
Plugins/CesiumForUnreal/Source/ThirdParty/include/Cesium3DTilesContent/Library.h
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* @brief Classes that support loading and converting 3D Tiles tile content.
|
||||
*
|
||||
* @mermaid-interactive{dependencies/Cesium3DTilesContent}
|
||||
*/
|
||||
namespace Cesium3DTilesContent {}
|
||||
|
||||
#if defined(_WIN32) && defined(CESIUM_SHARED)
|
||||
#ifdef CESIUM3DTILESCONTENT_BUILDING
|
||||
#define CESIUM3DTILESCONTENT_API __declspec(dllexport)
|
||||
#else
|
||||
#define CESIUM3DTILESCONTENT_API __declspec(dllimport)
|
||||
#endif
|
||||
#else
|
||||
#define CESIUM3DTILESCONTENT_API
|
||||
#endif
|
||||
Reference in New Issue
Block a user