正在为RScript更新内容(已通过编译)
This commit is contained in:
@@ -23,11 +23,7 @@ namespace Demo.Game
|
||||
/// 绑定IInteraction对象,若不手动绑定则会自动绑定到父物体的IInteraction
|
||||
/// </summary>
|
||||
/// <param name="path"></param>
|
||||
[ScriptableCall(@"
|
||||
<summary>
|
||||
绑定IInteraction对象,若不手动绑定则会自动绑定到父物体的IInteraction
|
||||
</summary>
|
||||
")]
|
||||
[Convention.RScript.Variable.Attr.Method]
|
||||
public void Bind(string path)
|
||||
{
|
||||
MyInteractionModule = FindWithPath(path) as IInteraction;
|
||||
|
||||
Reference in New Issue
Block a user