调整中英文注释的分隔符为||

This commit is contained in:
monitor1394
2023-11-11 23:32:24 +08:00
parent 509bd97741
commit 65684f2952
100 changed files with 911 additions and 911 deletions

View File

@@ -8,12 +8,12 @@ namespace XCharts.Runtime
{
/// <summary>
/// the center position of radar in container.
/// |雷达图在容器中的具体中心点。
/// ||雷达图在容器中的具体中心点。
/// </summary>
public Vector3 center { get; internal set; }
/// <summary>
/// the true radius of radar.
/// |雷达图的运行时实际半径。
/// ||雷达图的运行时实际半径。
/// </summary>
public float radius { get; internal set; }
public float dataRadius { get; internal set; }