<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="True">
    <uie:PropertyField binding-path="AudioClipName" />
    <ui:Foldout text="Advanced" view-data-key="Advanced" value="true">
        <uie:PropertyField binding-path="Volume" />
        <uie:PropertyField binding-path="Pitch" />
        <uie:PropertyField binding-path="DelayInSeconds" />
        <uie:PropertyField binding-path="IsLooping" />
    </ui:Foldout>
</ui:UXML>
