12345678910111213141516171819202122232425 |
- /****************************************************************************
- * 2022.2 SK-20211220VCWK
- ****************************************************************************/
- using System;
- using System.Collections.Generic;
- using UnityEngine;
- using UnityEngine.UI;
- using QFramework;
- using System.Collections;
- namespace QFramework.MREditor
- {
- public partial class SingleMaterial : UIElement
- {
- private void Awake()
- {
- }
-
- protected override void OnBeforeDestroy()
- {
- }
- }
- }
|