正在为RScript更新内容(已通过编译)

This commit is contained in:
2025-10-27 20:24:15 +08:00
parent b85f6699a0
commit 6dcf842e25
35 changed files with 598 additions and 1019 deletions

View File

@@ -26,12 +26,7 @@ namespace Demo.Game
/// 绑定到允许的渲染器
/// </summary>
/// <param name="path">脚本位置</param>
[ScriptableCall(@"
<summary>
绑定到允许的渲染器
</summary>
<param name=""path"">脚本位置</param>
")]
[Convention.RScript.Variable.Attr.Method]
public void Load(string path)
{
var so = FindWithPath(path, false);