我创建了一个带有一些公共方法的自定义SpriteNode类。 在我的项目的主场景中,我添加了该类的多个对象 - 每个对象具有不同的节点名称:
obj.name = @"name1";
在项目的后期,我想将消息发送到按名称计算的特定对象。我试过了:
[[self childNodeWithName:[NSString stringWithFormat:@"name%i", counter]] customMethod];
但这没效果。
答案 0 :(得分:0)
一种可能的解决方案是将所需的节点添加到数组中,并根据需要进行循环以查找所需的特定节点。
@echo off
cd C:\Users\Administrator\Desktop
sqlcmd -i testequery.sql -S localhost -d xxx -U sa -P xxx -o TestResults.txt