ar_tourism_flutter_unity/unity/VRProject2/Assets/zhl/zhlScripts/SetID.cs
2025-05-14 17:04:13 +08:00

25 lines
323 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SetID : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
public void SetImage()
{
}
}