【UIWidget】
UIWidget在NGUI中的层次如下。
根据上篇所述,UIRect实现实现了Anchor功能。而Widget提供的功能也很简单,如下:
可以看到,widget只提供四个属性,alpha、pivot、depth、dimension。实际上widget就是spriteKit中的SKNode,作为所有UI控件的根结点。
参考:
1、http://www.tasharen.com/ngui/docs/class_u_i_widget.html
2、http://www.tasharen.com/forum/index.php?topic=6702
时间: 2024-10-05 13:43:52