This commit is contained in:
parent
0b3bb54322
commit
385220e0f6
|
@ -49,6 +49,8 @@ namespace Net.Like.Xue.Tokyo
|
||||||
|
|
||||||
var serviceCollection = BITApp.ServiceCollection = new ServiceCollection();
|
var serviceCollection = BITApp.ServiceCollection = new ServiceCollection();
|
||||||
|
|
||||||
|
serviceCollection.AddSingleton(source);
|
||||||
|
|
||||||
serviceCollection.AddSingleton<IServiceCollection>(serviceCollection);
|
serviceCollection.AddSingleton<IServiceCollection>(serviceCollection);
|
||||||
|
|
||||||
serviceCollection.AddTransient(typeof(ILogger<>),typeof( UnityLogger<>));
|
serviceCollection.AddTransient(typeof(ILogger<>),typeof( UnityLogger<>));
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<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">
|
<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">
|
||||||
<ui:Template name="BITConsole" src="project://database/Assets/BITKit/Unity/UX/BITConsole.uxml?fileID=9197481963319205126&guid=b42b9a148466f1f41a27bfc482972943&type=3#BITConsole" />
|
<ui:Template name="BITConsole" src="project://database/Assets/BITKit/Unity/UX/BITConsole.uxml?fileID=9197481963319205126&guid=b42b9a148466f1f41a27bfc482972943&type=3#BITConsole" />
|
||||||
<ui:Instance template="BITConsole" name="BITConsole" picking-mode="Ignore" style="flex-grow: 1;" />
|
<ui:Instance template="BITConsole" name="BITConsole" picking-mode="Ignore" style="flex-grow: 1;" />
|
||||||
</ui:UXML>
|
</ui:UXML>
|
|
@ -1,40 +1,40 @@
|
||||||
%YAML 1.1
|
%YAML 1.1
|
||||||
%TAG !u! tag:unity3d.com,2011:
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
--- !u!84 &8400000
|
--- !u!84 &8400000
|
||||||
RenderTexture:
|
RenderTexture:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
m_CorrespondingSourceObject: {fileID: 0}
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_Name: Assets/BITKit/Unity/Materials/ux_video.renderTexture
|
m_Name: Assets/BITKit/Unity/Materials/ux_video.renderTexture
|
||||||
m_ImageContentsHash:
|
m_ImageContentsHash:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
Hash: 00000000000000000000000000000000
|
Hash: 00000000000000000000000000000000
|
||||||
m_ForcedFallbackFormat: 4
|
m_ForcedFallbackFormat: 4
|
||||||
m_DownscaleFallback: 0
|
m_DownscaleFallback: 0
|
||||||
m_IsAlphaChannelOptional: 0
|
m_IsAlphaChannelOptional: 0
|
||||||
serializedVersion: 5
|
serializedVersion: 5
|
||||||
m_Width: 1920
|
m_Width: 1920
|
||||||
m_Height: 1080
|
m_Height: 1080
|
||||||
m_AntiAliasing: 1
|
m_AntiAliasing: 1
|
||||||
m_MipCount: -1
|
m_MipCount: -1
|
||||||
m_DepthStencilFormat: 94
|
m_DepthStencilFormat: 94
|
||||||
m_ColorFormat: 8
|
m_ColorFormat: 8
|
||||||
m_MipMap: 0
|
m_MipMap: 0
|
||||||
m_GenerateMips: 1
|
m_GenerateMips: 1
|
||||||
m_SRGB: 0
|
m_SRGB: 0
|
||||||
m_UseDynamicScale: 0
|
m_UseDynamicScale: 0
|
||||||
m_BindMS: 0
|
m_BindMS: 0
|
||||||
m_EnableCompatibleFormat: 1
|
m_EnableCompatibleFormat: 1
|
||||||
m_EnableRandomWrite: 0
|
m_EnableRandomWrite: 0
|
||||||
m_TextureSettings:
|
m_TextureSettings:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
m_FilterMode: 1
|
m_FilterMode: 1
|
||||||
m_Aniso: 0
|
m_Aniso: 0
|
||||||
m_MipBias: 0
|
m_MipBias: 0
|
||||||
m_WrapU: 1
|
m_WrapU: 1
|
||||||
m_WrapV: 1
|
m_WrapV: 1
|
||||||
m_WrapW: 1
|
m_WrapW: 1
|
||||||
m_Dimension: 2
|
m_Dimension: 2
|
||||||
m_VolumeDepth: 1
|
m_VolumeDepth: 1
|
||||||
m_ShadowSamplingMode: 2
|
m_ShadowSamplingMode: 2
|
||||||
|
|
|
@ -210,11 +210,11 @@ Material:
|
||||||
- _HorizonCloudStart: -0.01
|
- _HorizonCloudStart: -0.01
|
||||||
- _HorizonCloudStartPosition: -0.01
|
- _HorizonCloudStartPosition: -0.01
|
||||||
- _HorizonCloudStep: 25
|
- _HorizonCloudStep: 25
|
||||||
- _HorizonExponent: 3.8059983
|
- _HorizonExponent: 3.7988865
|
||||||
- _HorizonStep: 1000
|
- _HorizonStep: 1000
|
||||||
- _HorizonThickness: 1
|
- _HorizonThickness: 1
|
||||||
- _MoonGlow: 0.236
|
- _MoonGlow: 0.236
|
||||||
- _MoonLightIntensity: 0.000010223673
|
- _MoonLightIntensity: 0.0000098453875
|
||||||
- _MoonSize: 0.07
|
- _MoonSize: 0.07
|
||||||
- _MoonSoftEdge: 0.22
|
- _MoonSoftEdge: 0.22
|
||||||
- _OverheadCloudAltitude: 1000
|
- _OverheadCloudAltitude: 1000
|
||||||
|
@ -223,8 +223,8 @@ Material:
|
||||||
- _OverheadCloudFlowDirectionZ: 1
|
- _OverheadCloudFlowDirectionZ: 1
|
||||||
- _OverheadCloudFlowX: 1
|
- _OverheadCloudFlowX: 1
|
||||||
- _OverheadCloudFlowZ: 1
|
- _OverheadCloudFlowZ: 1
|
||||||
- _OverheadCloudRemapMax: 1.8113157
|
- _OverheadCloudRemapMax: 1.800091
|
||||||
- _OverheadCloudRemapMin: 0.1366585
|
- _OverheadCloudRemapMin: 0.13612132
|
||||||
- _OverheadCloudSize: 10
|
- _OverheadCloudSize: 10
|
||||||
- _OverheadCloudStep: 2
|
- _OverheadCloudStep: 2
|
||||||
- _StarsDensity0: 0.4
|
- _StarsDensity0: 0.4
|
||||||
|
@ -245,26 +245,26 @@ Material:
|
||||||
- _StarsTwinkle1: 6
|
- _StarsTwinkle1: 6
|
||||||
- _StarsTwinkle2: 2
|
- _StarsTwinkle2: 2
|
||||||
- _SunGlow: 0.45
|
- _SunGlow: 0.45
|
||||||
- _SunLightIntensity: 0.42683822
|
- _SunLightIntensity: 0.4233988
|
||||||
- _SunSize: 0.07
|
- _SunSize: 0.07
|
||||||
- _SunSoftEdge: 0.5
|
- _SunSoftEdge: 0.5
|
||||||
m_Colors:
|
m_Colors:
|
||||||
- _DetailOverlayColor: {r: 1, g: 1, b: 1, a: 1}
|
- _DetailOverlayColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
- _DetailOverlayTintColor: {r: 1, g: 1, b: 1, a: 1}
|
- _DetailOverlayTintColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
- _FogColor: {r: 0.8490566, g: 0.69017035, b: 0.6287825, a: 1}
|
- _FogColor: {r: 0.8490566, g: 0.69017035, b: 0.6287825, a: 1}
|
||||||
- _GroundColor: {r: 0.42897394, g: 0.41282788, b: 0.44410202, a: 1}
|
- _GroundColor: {r: 0.42867428, g: 0.4124601, b: 0.4438662, a: 1}
|
||||||
- _HorizonCloudColor: {r: 1, g: 1, b: 1, a: 1}
|
- _HorizonCloudColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
- _HorizonColor: {r: 0.8973213, g: 0.877383, b: 0.7898597, a: 1}
|
- _HorizonColor: {r: 0.89745224, g: 0.8769851, b: 0.7890967, a: 1}
|
||||||
- _MoonColor: {r: 1, g: 1, b: 1, a: 0}
|
- _MoonColor: {r: 1, g: 1, b: 1, a: 0}
|
||||||
- _MoonDirection: {r: 0.24594446, g: 0.44825423, b: -0.8594066, a: 0}
|
- _MoonDirection: {r: 0.24413833, g: 0.4449624, b: -0.8616293, a: 0}
|
||||||
- _MoonLightColor: {r: 0.8431373, g: 0.9843138, b: 1, a: 1}
|
- _MoonLightColor: {r: 0.8431373, g: 0.9843138, b: 1, a: 1}
|
||||||
- _OverheadCloudColor: {r: 1, g: 1, b: 1, a: 0.9910153}
|
- _OverheadCloudColor: {r: 1, g: 1, b: 1, a: 0.99058735}
|
||||||
- _SkyColor: {r: 0.24023734, g: 0.44443977, b: 0.69209003, a: 1}
|
- _SkyColor: {r: 0.23968326, g: 0.4430076, b: 0.6904413, a: 1}
|
||||||
- _StarsColor0: {r: 0.96470594, g: 0.9450981, b: 0.76470596, a: 1}
|
- _StarsColor0: {r: 0.96470594, g: 0.9450981, b: 0.76470596, a: 1}
|
||||||
- _StarsColor1: {r: 1, g: 0.5294118, b: 0.93725497, a: 1}
|
- _StarsColor1: {r: 1, g: 0.5294118, b: 0.93725497, a: 1}
|
||||||
- _StarsColor2: {r: 0, g: 0.92549026, b: 1, a: 1}
|
- _StarsColor2: {r: 0, g: 0.92549026, b: 1, a: 1}
|
||||||
- _SunColor: {r: 0.9716981, g: 0.9248061, b: 0.84731966, a: 1}
|
- _SunColor: {r: 0.9716981, g: 0.9248151, b: 0.8473489, a: 1}
|
||||||
- _SunDirection: {r: -0.4553418, g: -0.23256038, b: 0.8594065, a: 0}
|
- _SunDirection: {r: -0.45199794, g: -0.23085254, b: 0.86162925, a: 0}
|
||||||
- _SunLightColor: {r: 1, g: 0.99511117, b: 0.8632076, a: 1}
|
- _SunLightColor: {r: 1, g: 0.99511117, b: 0.8632076, a: 1}
|
||||||
m_BuildTextureStacks: []
|
m_BuildTextureStacks: []
|
||||||
--- !u!21 &8993251732621375409
|
--- !u!21 &8993251732621375409
|
||||||
|
|
Loading…
Reference in New Issue