중간 저장
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using UnityEngine.UI.Extensions;
|
||||
using XED.Manage;
|
||||
using XRLib.UI;
|
||||
|
||||
namespace XED.UI
|
||||
@@ -27,6 +28,8 @@ namespace XED.UI
|
||||
|
||||
List<(ConnectionHandlePoint, ConnectionHandlePoint)> connections = new();
|
||||
List<ConnectionHandlePoint> connection = new();
|
||||
|
||||
|
||||
internal void Connect(ConnectionHandlePoint connectionHandlePoint)
|
||||
{
|
||||
connection.Add(connectionHandlePoint);
|
||||
|
||||
Reference in New Issue
Block a user