mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
Fixed an issue where the Radar could not refresh itself after parameter changing #122
This commit is contained in:
@@ -340,6 +340,12 @@ namespace XCharts
|
||||
return new Vector3(x, y);
|
||||
}
|
||||
|
||||
public void AddIndicator(Radar.Indicator indicator)
|
||||
{
|
||||
indicatorList.Add(indicator);
|
||||
SetAllDirty();
|
||||
}
|
||||
|
||||
public Radar.Indicator AddIndicator(string name, float min, float max)
|
||||
{
|
||||
var indicator = new Radar.Indicator();
|
||||
|
||||
Reference in New Issue
Block a user