Init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<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:Label text="JOIN SESSION BY CODE" class="blocks-header blocks-header--space-bottom blocks-header--sm"/>
|
||||
<Blocks.Sessions.CreateSessionElement class="blocks-element--space-bottom">
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionSettings" binding-mode="ToTarget" data-source-path=""/>
|
||||
</Bindings>
|
||||
</Blocks.Sessions.CreateSessionElement>
|
||||
<Blocks.Sessions.Common.CopySessionCodeElement class="blocks-element--space-bottom">
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionType" data-source-path="sessionType" binding-mode="ToTarget"/>
|
||||
</Bindings>
|
||||
</Blocks.Sessions.Common.CopySessionCodeElement>
|
||||
<Blocks.Sessions.JoinSessionByCode class="blocks-element--space-bottom">
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionSettings" binding-mode="ToTarget" data-source-path=""/>
|
||||
</Bindings>
|
||||
</Blocks.Sessions.JoinSessionByCode>
|
||||
</engine:VisualElement>
|
||||
</engine:UXML>
|
||||
@@ -0,0 +1,17 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 420e22b2b75d36946ada66636dd40a20
|
||||
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/MultiplayerSession/UI/JoinSessionByCode.uxml
|
||||
uploadId: 814574
|
||||
@@ -0,0 +1,10 @@
|
||||
<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:Label text="JOIN SESSION BY QUICKJOIN" class="blocks-header blocks-header--space-bottom blocks-header--sm"/>
|
||||
<Blocks.Sessions.QuickJoinButton name="QuickJoinButton" enable-rich-text="false" quick-join-settings="../Settings/QuickJoinSettings.asset?fileID=11400000&guid=342532e706f5ac34582e818ea7e1ae33&type=2#QuickJoinSettings">
|
||||
<Bindings>
|
||||
<engine:DataBinding property="SessionSettings" binding-mode="ToTarget" data-source-path=""/>
|
||||
</Bindings>
|
||||
</Blocks.Sessions.QuickJoinButton>
|
||||
</engine:VisualElement>
|
||||
</engine:UXML>
|
||||
@@ -0,0 +1,17 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8d90af11efb27e942a4c9cc34f5d6162
|
||||
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/MultiplayerSession/UI/JoinSessionByQuickJoin.uxml
|
||||
uploadId: 814574
|
||||
@@ -0,0 +1,15 @@
|
||||
<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
|
||||
<ui:VisualElement class="blocks-modal">
|
||||
<ui:Label text="JOIN SESSION BY BROWSING" class="blocks-header blocks-header--space-bottom"/>
|
||||
<Blocks.Sessions.CreateSessionElement>
|
||||
<Bindings>
|
||||
<ui:DataBinding property="SessionSettings" binding-mode="ToTarget" data-source-path=""/>
|
||||
</Bindings>
|
||||
</Blocks.Sessions.CreateSessionElement>
|
||||
<Blocks.Sessions.SessionBrowserElement class="blocks-container--stretch">
|
||||
<Bindings>
|
||||
<ui:DataBinding property="SessionSettings" binding-mode="ToTarget" data-source-path=""/>
|
||||
</Bindings>
|
||||
</Blocks.Sessions.SessionBrowserElement>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
@@ -0,0 +1,17 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f67ff1032230bd044bd68df85daae0ad
|
||||
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/MultiplayerSession/UI/SessionBrowser.uxml
|
||||
uploadId: 814574
|
||||
Reference in New Issue
Block a user