backup
This commit is contained in:
@@ -89,31 +89,31 @@
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"ASKED_ADD_EXTERNAL_FILES": "true",
|
||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"WebServerToolWindowFactoryState": "false",
|
||||
"XThreadsFramesViewSplitterKey": "0.3888889",
|
||||
"git-widget-placeholder": "LRC",
|
||||
"ignore.virus.scanning.warn.message": "true",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"settings.editor.selected.configurable": "preferences.sourceCode",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
<component name="PropertiesComponent">{
|
||||
"keyToString": {
|
||||
"ASKED_ADD_EXTERNAL_FILES": "true",
|
||||
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||
"WebServerToolWindowFactoryState": "false",
|
||||
"XThreadsFramesViewSplitterKey": "0.3888889",
|
||||
"git-widget-placeholder": "LRC",
|
||||
"ignore.virus.scanning.warn.message": "true",
|
||||
"node.js.detected.package.eslint": "true",
|
||||
"node.js.detected.package.tslint": "true",
|
||||
"node.js.selected.package.eslint": "(autodetect)",
|
||||
"node.js.selected.package.tslint": "(autodetect)",
|
||||
"nodejs_package_manager_path": "npm",
|
||||
"settings.editor.selected.configurable": "preferences.sourceCode",
|
||||
"vue.rearranger.settings.migration": "true"
|
||||
},
|
||||
"keyToStringList": {
|
||||
"rider.external.source.directories": [
|
||||
"C:\\Users\\LRC\\AppData\\Roaming\\JetBrains\\Rider2023.2\\resharper-host\\DecompilerCache",
|
||||
"C:\\Users\\LRC\\AppData\\Roaming\\JetBrains\\Rider2023.2\\resharper-host\\SourcesCache",
|
||||
"C:\\Users\\LRC\\AppData\\Local\\Symbols\\src"
|
||||
"keyToStringList": {
|
||||
"rider.external.source.directories": [
|
||||
"C:\\Users\\LRC\\AppData\\Roaming\\JetBrains\\Rider2023.2\\resharper-host\\DecompilerCache",
|
||||
"C:\\Users\\LRC\\AppData\\Roaming\\JetBrains\\Rider2023.2\\resharper-host\\SourcesCache",
|
||||
"C:\\Users\\LRC\\AppData\\Local\\Symbols\\src"
|
||||
]
|
||||
}
|
||||
}]]></component>
|
||||
}</component>
|
||||
<component name="RunManager" selected="附加到 Unity 编辑器.附加到 Unity 编辑器并运行">
|
||||
<configuration name="启动 Unity" type="RunUnityExe" factoryName="Unity Executable">
|
||||
<option name="EXE_PATH" value="D:\Program Files\Unity\Hub\Unity 2022.1.24f1\Editor\Unity.exe" />
|
||||
@@ -244,7 +244,9 @@
|
||||
<workItem from="1705107137400" duration="89000" />
|
||||
<workItem from="1705108203131" duration="4538000" />
|
||||
<workItem from="1705124586199" duration="7268000" />
|
||||
<workItem from="1705537755313" duration="3630000" />
|
||||
<workItem from="1705537755313" duration="3808000" />
|
||||
<workItem from="1705976211572" duration="751000" />
|
||||
<workItem from="1706489250478" duration="195000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
||||
@@ -11,7 +11,7 @@ using XericLibrary.Runtime.CustomDrawer;
|
||||
using DDDInducator.Runtime.Draw;
|
||||
using Random = System.Random;
|
||||
|
||||
#if UNITY_EDITOR
|
||||
#if !UNITY_EDITOR
|
||||
using Unity.Tutorials.Core.Editor;
|
||||
using Sirenix.Utilities.Editor;
|
||||
using UnityEditor;
|
||||
|
||||
@@ -21,13 +21,13 @@ namespace LRC
|
||||
private Object other;
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
#region <EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
protected override void UpdateEndPointFormStartTrace(Vector3 dir)
|
||||
{
|
||||
var ray = new Ray(startPoint, dir);
|
||||
|
||||
|
||||
bool valid = false;
|
||||
if(Physics.Raycast(ray, out var hit, MaxTraceLength, LayerMask))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user