标题: 请教一个继承问题 [打印本页] 作者: may 时间: 2013-6-29 12:32 标题: 请教一个继承问题 有一个GameObject绑定了脚本A,然后A又继承的B,我现在在另外一个地方写的
B b = GetComponent<B>;
发现不行,提示
Cannot convert method group `GetComponent' to non-delegate type `B'. Consider using parentheses to invoke the method
不明白这么写为什么不行?求教,谢谢