UI update 02

This commit is contained in:
2026-06-30 21:21:30 +08:00
parent b2a1e307a4
commit f62f643cfc
1666 changed files with 211081 additions and 22799 deletions
@@ -0,0 +1,19 @@
using System;
using UnityEngine;
namespace XCharts.Runtime
{
[Serializable]
[ComponentHandler(typeof(CalendarCoordHandler), true)]
public class CalendarCoord : CoordSystem, IUpdateRuntimeData, ISerieContainer
{
public bool IsPointerEnter()
{
return false;
}
public void UpdateRuntimeData(BaseChart chart)
{
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: eccc042d880064df8a2a99be68969918
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,9 @@
using System;
using UnityEngine;
namespace XCharts.Runtime
{
[UnityEngine.Scripting.Preserve]
internal sealed class CalendarCoordHandler : MainComponentHandler<CalendarCoord>
{ }
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 57a6c8647580846888712d387da72d1a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: