mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 07:20:08 +00:00
新增对 InputSystem 的支持
Update BaseGraph.cs Update XCharts.Runtime.asmdef
This commit is contained in:
@@ -11,7 +11,7 @@ namespace XCharts.Runtime
|
||||
{
|
||||
[AddComponentMenu("XCharts/EmptyChart", 10)]
|
||||
[ExecuteInEditMode]
|
||||
[RequireComponent(typeof(RectTransform))]
|
||||
[RequireComponent(typeof(RectTransform),typeof(CanvasRenderer))]
|
||||
[DisallowMultipleComponent]
|
||||
public partial class BaseChart : BaseGraph, ISerializationCallbackReceiver
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user