public ns_YAUI.UIWidget getAttach() { mWorld = new world(); mWorld.init(); return mWorld.mRoot; }
public mainRole(world w) : base(24) { mWorld = w; mUI.paresent = w.mUIMainRole; mLb.textColor = (uint)EColorUtil.purple; mLb.textStyle = EStyle.bold; setNumber(2); setShink(); }