説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

LayerBatch.uxml 820B

123456789101112
  1. <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="False">
  2. <Style src="project://database/Assets/LightBatchingDebugger/LightBatchingDebugger.uss?fileID=7433441132597879392&amp;guid=fd5cb3dd3de574f1585db92b6689f86a&amp;type=3#LightBatchingDebugger" />
  3. <ui:VisualElement class="BatchList BatchContainer">
  4. <ui:Label name="BatchIndex" class="BatchList IndexColumn Batch" />
  5. <ui:VisualElement name="BatchColor" class="BatchList ColorColumn" />
  6. <ui:VisualElement name="LayerNames" class="BatchList NameColumn Batch" />
  7. </ui:VisualElement>
  8. </ui:UXML>