摘要:
public class someclass:monobehaviour { public EventSystem eventssystem; public GraphicRaycaster gra; /// <summary> /// 射线检测 /// </summary> /// <param 阅读全文
摘要:
还有AttributePriority,我们可以设置编译时优先级。如果我们对目标标记了多个aspect,这样postsharp就不确定注入先后顺序,这样不能确保正确性,在vs编译时候我们会看见警告:Their order of execution is undeterministic. 阅读全文