mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 14:00:12 +00:00
增加Chart的更多快捷创建图表菜单
This commit is contained in:
@@ -2,6 +2,10 @@ using UnityEngine;
|
||||
|
||||
namespace XCharts.Runtime
|
||||
{
|
||||
/// <summary>
|
||||
/// A simplified line chart is a simplified mode of a bar chart that provides better performance by simplifying components and configurations.
|
||||
/// || 简化折线图是折线图的简化模式,通过简化组件和配置,拥有更好的性能。
|
||||
/// </summary>
|
||||
[AddComponentMenu("XCharts/SimplifiedLineChart", 26)]
|
||||
[ExecuteInEditMode]
|
||||
[RequireComponent(typeof(RectTransform))]
|
||||
|
||||
Reference in New Issue
Block a user