暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

BlurStyle.cs 295B

12345678910111213
  1. using UnityEngine;
  2. namespace XCharts.Runtime
  3. {
  4. /// <summary>
  5. /// Configurations of blur state.
  6. /// |淡出状态样式。
  7. /// </summary>
  8. [System.Serializable]
  9. [Since("v3.2.0")]
  10. public class BlurStyle : StateStyle, ISerieExtraComponent, ISerieDataComponent
  11. { }
  12. }