using System; using UnityEngine.UIElements; namespace UnityEditor.Perception.Randomization { class SamplerElement : VisualElement { public SamplerElement(SerializedProperty property) { var template = AssetDatabase.LoadAssetAtPath( $"{StaticData.uxmlDir}/Sampler/SamplerElement.uxml"); template.CloneTree(this); var displayName = this.Q