111
This commit is contained in:
19
Assets/ThirdParty/Tools/SwitchMaterial/SwitchMaterials.cs
vendored
Normal file
19
Assets/ThirdParty/Tools/SwitchMaterial/SwitchMaterials.cs
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class SwitchMaterials : MonoBehaviour
|
||||
{
|
||||
public GameObject root;
|
||||
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user