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

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

151. laya.display.Stage_API3.0 [ 43%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 canvasDegree canvasDegree: number = 0 Defined in laya/display/Stage.ts:126 画布旋转角度。...

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

152. laya.html.dom.HTMLDivElement_API3.0 [ 43%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in lay...

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

153. laya.ani.bone.Skeleton_API3.0 [ 40%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...

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

154. laya.display.Text [ 40%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  bgColor : String 文本背景颜色,以字符串表示。 Text blendMode : String指...

来源: laya_api 发布时间: 20170929

155. 动画不显示 [ 37%]

...示,请问有知道是什么原因吗?~~~~~~~~~~~~~ Animator 如何获取当前所有动画名称呢?或者所有AnimationClip呢? 一个时间轴动画里创建多个动画,怎么分别调用?如图 请问如何让textinput组件输入密码时候显示*号? LayaAir3D Unit...

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

156. laya.display.Stage [ 35%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite  bgColor : String舞台背景颜色,默认为黑色,null为透明。Stage blendMod...

来源: laya_api 发布时间: 20170929

157. laya.display.Input [ 34%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite bgColor : String 文本背景颜色,以字符串表示。 Text blendMode : String指定...

来源: laya_api 发布时间: 20170929

158. laya.ani.bone.Skeleton [ 31%]

...且不会随着绘制内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite cache...

来源: laya_api 发布时间: 20170929

159. 【简单跑酷--JS版】---Lv.6 终篇 [ 20%]

...s.maxRight = 0; //如果不开启autoSize 父容器宽度和高度无法获取 this.autoSize = true; //初始化时候将坐标放到屏幕右边 this.x = Config.GameWidth; //y坐标取一个随机值 为什么是32 因为我们整个素材是 32 * 20 拼起来 this.y = 32 * 6 + 32 * par...

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