mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 02:10:16 +00:00
增加SymbolStyle的borderWidth和emptyColor配置
This commit is contained in:
@@ -7,6 +7,7 @@ namespace XCharts.Runtime
|
||||
{
|
||||
private static Dictionary<string, Color32> s_ColorCached = new Dictionary<string, Color32>();
|
||||
public static readonly Color32 clearColor32 = new Color32(0, 0, 0, 0);
|
||||
public static readonly Color32 white = new Color32(255, 255, 255, 255);
|
||||
public static readonly Vector2 zeroVector2 = Vector2.zero;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user