广播方法调用
Component.SendMessage(string methodName,~);
C#

SendMessageUpward 向自己和所有父对象搜索方法调用

BroadCastMessage 向物体和其所有子物体搜索方法调用

性能不好,用的反射


首页 我的博客
粤ICP备17103704号