Init
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<engine:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:engine="UnityEngine.UIElements"
|
||||
xmlns:editor="UnityEditor.UIElements"
|
||||
noNamespaceSchemaLocation="../../../../../../../UIElementsSchema/UIElements.xsd"
|
||||
editor-extension-mode="False">
|
||||
<engine:VisualElement class="blocks-modal">
|
||||
<engine:VisualElement
|
||||
class="blocks-container--horizontal blocks-container--space-between blocks-modal--left-aligned-text">
|
||||
<Blocks.Sessions.Common.SessionNameLabel class="blocks-header blocks-element--space-right">
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionType" data-source-path="sessionType" binding-mode="ToTarget" />
|
||||
</Bindings>
|
||||
</Blocks.Sessions.Common.SessionNameLabel>
|
||||
<Blocks.Sessions.Common.PlayerCountLabel>
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionType" binding-mode="ToTarget" data-source-path="sessionType" />
|
||||
</Bindings>
|
||||
</Blocks.Sessions.Common.PlayerCountLabel>
|
||||
</engine:VisualElement>
|
||||
<engine:VisualElement
|
||||
class="blocks-container--horizontal blocks-container--space-between blocks-element--space-bottom blocks-modal--left-aligned-text">
|
||||
<Blocks.Sessions.Common.PlayerNameLabel class="blocks-element--space-right blocks-header blocks-header--sm">
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionType" data-source-path="sessionType" binding-mode="ToTarget" />
|
||||
</Bindings>
|
||||
</Blocks.Sessions.Common.PlayerNameLabel>
|
||||
<Blocks.Sessions.Common.CopySessionCodeElement class="blocks-copy-session--header">
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionType" data-source-path="sessionType" binding-mode="ToTarget" />
|
||||
</Bindings>
|
||||
</Blocks.Sessions.Common.CopySessionCodeElement>
|
||||
</engine:VisualElement>
|
||||
<Blocks.Sessions.Common.PlayerListViewElement class="blocks-element--space-bottom">
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionType" data-source-path="sessionType" binding-mode="ToTarget" />
|
||||
</Bindings>
|
||||
</Blocks.Sessions.Common.PlayerListViewElement>
|
||||
<Blocks.Sessions.Common.LeaveSessionButton>
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionType" binding-mode="ToTarget" data-source-path="sessionType" />
|
||||
</Bindings>
|
||||
</Blocks.Sessions.Common.LeaveSessionButton>
|
||||
<engine:VisualElement class="blocks-container--horizontal blocks-container--right">
|
||||
<Blocks.Sessions.Common.SessionStatusLabel class="blocks-element--space-right blocks-label">
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionType" data-source-path="sessionType" binding-mode="ToTarget" />
|
||||
</Bindings>
|
||||
</Blocks.Sessions.Common.SessionStatusLabel>
|
||||
</engine:VisualElement>
|
||||
</engine:VisualElement>
|
||||
</engine:UXML>
|
||||
@@ -0,0 +1,17 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6a55f10912d74d3449f68f82c91df9d2
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 341930
|
||||
packageName: Unity Building Block - Multiplayer Session
|
||||
packageVersion: 1.0
|
||||
assetPath: Assets/Blocks/CommonSession/UI/CurrentSession.uxml
|
||||
uploadId: 814574
|
||||
@@ -0,0 +1,9 @@
|
||||
<engine:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:engine="UnityEngine.UIElements" xmlns:editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
|
||||
<engine:VisualElement class="blocks-modal blocks-modal--left-aligned-text">
|
||||
<Blocks.Sessions.Common.SessionInfoElement>
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionType" data-source-path="sessionType" binding-mode="ToTarget"/>
|
||||
</Bindings>
|
||||
</Blocks.Sessions.Common.SessionInfoElement>
|
||||
</engine:VisualElement>
|
||||
</engine:UXML>
|
||||
@@ -0,0 +1,17 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 23d191ee94bd3e249be3e6429d4e6220
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 341930
|
||||
packageName: Unity Building Block - Multiplayer Session
|
||||
packageVersion: 1.0
|
||||
assetPath: Assets/Blocks/CommonSession/UI/SessionInfo.uxml
|
||||
uploadId: 814574
|
||||
Reference in New Issue
Block a user