正在为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

@@ -28,13 +28,7 @@ namespace Demo.Game
/// </summary>
/// <param name="ab"></param>
/// <param name="prefab"></param>
[ScriptableCall(@"
<summary>
加载预制体作为子物体
</summary>
<param name=""ab""></param>
<param name=""prefab""></param>
")]
[Convention.RScript.Variable.Attr.Method]
public IEnumerator Load(string ab, string prefab)
{
AssetBundle assetBundle = null;