mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 07:50:16 +00:00
增加GridLayout网格布局组件
This commit is contained in:
7
Runtime/Coord/Grid/GridLayoutHandler.cs
Normal file
7
Runtime/Coord/Grid/GridLayoutHandler.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace XCharts.Runtime
|
||||
{
|
||||
[UnityEngine.Scripting.Preserve]
|
||||
internal sealed class GridLayoutHandler : MainComponentHandler<GridLayout>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user