Skip to content

Commit

Permalink
fix(samples): remove mention of QueryClassAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jonisavo committed Jun 11, 2022
1 parent 3663321 commit aa95716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Samples/Query/Resources/QueryExampleComponent.uxml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<UXML xmlns:ui="UnityEngine.UIElements">
<ui:Label class="description" text="This is a component for demonstrating QueryAttribute, an experimental feature in UIComponents." />
<ui:Label class="description" text="QueryAttribute allows for populating UIComponent fields automatically." />
<ui:Label name="my-label" text="" />
<ui:Label name="my-label" />
<ui:Foldout name="my-foldout" text="Foldout...">
<ui:Label text="Foldout content" />
</ui:Foldout>
<ui:Label class="description" text="QueryClassAttribute is useful for creating arrays or lists of elements." />
<ui:Label class="description" text="QueryAttribute is also useful for creating arrays or lists of elements. You can query by type, name and class." />
</UXML>

0 comments on commit aa95716

Please sign in to comment.