更新文档

This commit is contained in:
monitor1394
2019-10-09 09:59:44 +08:00
parent 6e8b10b634
commit 5acff94880
2 changed files with 8 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ namespace XCharts
[Serializable]
public class Grid : IEquatable<Grid>
{
[SerializeField] private bool m_Show;
[SerializeField] private bool m_Show = true;
[SerializeField] private float m_Left;
[SerializeField] private float m_Right;
[SerializeField] private float m_Top;