NG_/Assets/XCharts/Runtime/Component/State/SelectStyle.cs

13 lines
295 B
C#
Raw Normal View History

2024-12-13 19:40:05 +08:00
using UnityEngine;
namespace XCharts.Runtime
{
/// <summary>
/// Configurations of select state.
/// ||选中状态样式。
/// </summary>
[System.Serializable]
[Since("v3.2.0")]
public class SelectStyle : StateStyle, ISerieComponent, ISerieDataComponent
{ }
}