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

大约有 654 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0103 秒)

571. laya.ui.UIGroup_API3.0 [ 49%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage stateNum get stateNum(): number set stateNum(value: number): void Defined in laya/ui/UIGroup.ts:381 表示按钮的状态值,以数字表示,默认为3态。 see laya.ui.Button#stat...

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

572. 物理Bodies绑定Laya.Sprite [ 49%]

...复 w1114367261 赞同来自: 我没看到你的代码中有那个地方向舞台添加物体哦!你什么也没添加吧! 2018-05-23 0 1 分享 微博 QZONE 微信 (^_^) 赞同来自: 我问一下,你创建碰撞体的时候,要想创建和图片相匹配大小的的碰撞体是怎么弄的呀,...

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

573. laya.ani.bone.Skeleton_API3.0 [ 49%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

574. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 49%]

...oadImage(url,0,0,100,100); } ``` 编译运行上面的代码,然后点击舞台可以看到,二维码已经显示到了舞台上,可以用手机扫下,发现手机已经跳转到了官网。**注意:这个时候生成的二维码在微信或者浏览器中长按没有任何反应,因为q...

来源: Laya2.0_文档 发布时间: 20210714

575. laya.ui.OpenDataContextView_API3.0 [ 48%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

576. laya.ui.UIComponent_API3.0 [ 48%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

577. laya.d3.core.scene.Scene3D_API3.0 [ 48%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

578. laya.ui.Tree_API3.0 [ 48%]

... Stage Inherited from Text.stage Defined in laya/display/Sprite.ts:1656 对舞台 stage 的引用。 Returns Stage staticCache get staticCache(): boolean set staticCache(value: boolean): void Inherited from Text.staticCache Defined in laya/display/Sprite.ts:389 设置cacheAs为非空时此值才有...

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

579. Label属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 48%]

...; //设置文本描边颜色 label.strokeColor = strokeColor; } //加载到舞台 Laya.stage.addChild(label); return label; } } } ```

来源: Laya2.0_文档 发布时间: 20210714

580. Animation属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 48%]

...se,不自动播放。如果设置为true,则动画被创建并添加到舞台后自动播放。该属性设置不可以在IDE中即时预览,需要在发布运行时查看属性设置效果。 #### 2.6 按动效名称自动播放(autoAnimation) 在LayaAir IDE中创建的时间轴动画文...

来源: Laya2.0_文档 发布时间: 20210714