1 Star 0 Fork 0

billwillman/UnityCsReference

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ScriptingRuntime.bindings.cs 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using UnityEngine.Bindings;
namespace UnityEngine
{
[NativeHeader("Runtime/Export/Scripting/ScriptingRuntime.h")]
[VisibleToOtherModules]
internal partial class ScriptingRuntime
{
public static extern string[] GetAllUserAssemblies();
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/billwillman/UnityCsReference.git
git@gitee.com:billwillman/UnityCsReference.git
billwillman
UnityCsReference
UnityCsReference
master

搜索帮助