설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }