ParticleEffect出现无法加载完成的异常
This commit is contained in:
@@ -116,9 +116,9 @@ namespace Demo.Game
|
||||
/// </summary>
|
||||
/// <param name="path"></param>
|
||||
[Convention.RScript.Variable.Attr.Method]
|
||||
public void Bind(string path)
|
||||
public void Bind(IInteraction target)
|
||||
{
|
||||
MyInteractionModule = FindWithPath(path) as IInteraction;
|
||||
MyInteractionModule = target;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user