Project_WL/Assets/ThirdParty/Koenigz/Perfect Culling/Scripts/PerfectCullingBakeHandle.cs

11 lines
208 B
C#
Raw Normal View History

2024-12-15 01:39:39 +00:00
// Perfect Culling (C) 2021 Patrick König
//
namespace Koenigz.PerfectCulling
{
class PerfectCullingBakeHandle
{
public int Index;
public PerfectCullingBakerHandle Handle;
}
}