mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 05:50:09 +00:00
整理组件结构
This commit is contained in:
@@ -15,7 +15,7 @@ namespace XCharts
|
||||
/// </para>
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class Grid : IEquatable<Grid>
|
||||
public class Grid : MainComponent, IEquatable<Grid>
|
||||
{
|
||||
[SerializeField] private bool m_Show = true;
|
||||
[SerializeField] private float m_Left;
|
||||
|
||||
Reference in New Issue
Block a user