暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SGBlackboardField.uxml 363B

12345678
  1. <ui:UXML xmlns:ui="UnityEngine.UIElements"
  2. xmlns:gv="UnityEditor.Experimental.GraphView">
  3. <ui:VisualElement name="contentItem" picking-mode="Ignore">
  4. <gv:Pill name="pill" picking-mode="Ignore" />
  5. <ui:Label name="typeLabel" text = "" picking-mode="Ignore" />
  6. </ui:VisualElement>
  7. <ui:TextField name="textField" text="" />
  8. </ui:UXML>