13 lines
291 B
C#
13 lines
291 B
C#
using UnityEngine;
|
|
|
|
namespace XCharts.Runtime
|
|
{
|
|
/// <summary>
|
|
/// Configurations of blur state.
|
|
/// ||淡出状态样式。
|
|
/// </summary>
|
|
[System.Serializable]
|
|
[Since("v3.2.0")]
|
|
public class BlurStyle : StateStyle, ISerieComponent, ISerieDataComponent
|
|
{ }
|
|
} |