• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 333 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0083 秒)

151. laya.ui.RadioGroup_API3.0 [ 69%]

...加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的单选按钮索引: index= ", index); } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/radi...

来源: Laya3.0_api 发布时间: 20231115

152. laya.ui.AsynDialog [ 69%]

...ge 的引用。Sprite staticCache : Boolean 是否静态缓存此对象的当前帧的最终属性。为 true 时,子对象变化时不会自动更新缓存,但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置...

来源: laya_api 发布时间: 20170929

153. LayaTree v1.0.5版本更新(2021.11.17) [ 69%]

...面是文件网址,需要打开允许访问文件网址.否则无法识别当前laya引擎; 在需要调试的项目页面(需未混淆代码),打开开发者工具页面(F12或 Ctrl+Shift+I),选择LayaTree页签 使用技巧:   1.捕获刷新功能 LayaTree设计的本意是尽可能少的影响...

来源: Laya_社区 发布时间: 20190225

154. laya.ui.Panel [ 69%]

...。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...

来源: Laya2.0_api 发布时间: 20190513

155. laya.ui.Dialog [ 68%]

...ge 的引用。Sprite staticCache : Boolean 是否静态缓存此对象的当前帧的最终属性。为 true 时,子对象变化时不会自动更新缓存,但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置...

来源: laya_api 发布时间: 20170929

156. laya.ui.Clip_API3.0 [ 68%]

...ex(): number set index(value: number): void Defined in laya/ui/Clip.ts:394 当前帧索引。 Returns number Defined in laya/ui/Clip.ts:398 当前帧索引。 Parameters value: number Returns void interval get interval(): number set interval(value: number): void Defined in laya/ui/Clip.ts:430 表示...

来源: Laya3.0_api 发布时间: 20231115

157. laya.ui.Tab_API3.0 [ 68%]

...添到显示列表。 } private function onSelect(index:int):void { trace("当前选择的表情页索引: index= ", index); } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/tab.png"], laya.utils....

来源: Laya3.0_api 发布时间: 20231115

158. laya.display.Text_API3.0 [ 68%]

...文本超出宽高后,未尾的几位字符会替换为省略号,表示当前文本还有未显示的内容 Returns string Defined in laya/display/Text.ts:626 指定文本超出文本域后的行为 tips: 值为:可见visible、隐藏hidden、滚动:scroll、自动收缩shrink、显示省略号e...

来源: Laya3.0_api 发布时间: 20231115

159. laya.ani.bone.Skeleton_API3.0 [ 68%]

...: boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node 节点对象 。 Returns boolean 一个布尔值表示是否包含指定的 Node 节点对象 。 customRender customRender(context:...

来源: Laya3.0_api 发布时间: 20231115

160. laya.ui.List_API3.0 [ 68%]

...加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的项目索引: index= ", index); } } } import laya.ui.Box; import laya.ui.Label; class Item extends Box { public function Item() { graphics.drawRect(0, 0, 100, 20,null, "#ff0000"); var label:Label = new Label(...

来源: Laya3.0_api 发布时间: 20231115