Files
rudder-unity-sdk/Assets/LiveOpsExamples/UI/LogRow.uxml
T

11 lines
877 B
Plaintext
Raw Normal View History

2026-08-12 14:03:44 +03:00
<UXML xmlns="UnityEngine.UIElements">
<VisualElement name="log-row" class="row" style="flex-direction: row; align-items: center; padding-left: 8px; padding-right: 8px; padding-top: 4px; padding-bottom: 4px;">
<Label name="log-time" text="12:00:00" class="label-muted value-mono" style="width: 64px; font-size: 11px; flex-shrink: 0;" />
<Label name="log-tag" text="TAG" class="tag" style="width: 90px; margin-left: 8px; margin-right: 8px; font-size: 10px; -unity-font-style: bold; -unity-text-align: middle-center; flex-shrink: 0;" />
<VisualElement name="log-body" style="flex-grow: 1; flex-shrink: 1;">
<Label name="log-message" text="event_name" style="font-size: 12px;" />
<Label name="log-detail" text="{ }" class="label-muted value-mono" style="font-size: 10px;" />
</VisualElement>
</VisualElement>
</UXML>