Files
PrinceOfGlory/Assets/__Test/Test/testGet.cs
kridoo a9697f4f16 1
2025-10-13 11:08:29 +08:00

20 lines
356 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class testGet : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
//Material met = this.GetComponent<Material>();
//met.123
}
// Update is called once per frame
void Update()
{
}
}