/**************************************************************************** * 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() { } } }