녹화, 캡처 기능 추가

This commit is contained in:
정영민
2025-03-11 10:23:44 +09:00
parent b472cc4fe1
commit 7c3152c716
11 changed files with 988433 additions and 985193 deletions

View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using WI;
public class UI_BarChart : UIBase
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}