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

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

591. laya.ui.RadioGroup [ 77%]

...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动...

来源: laya_api 发布时间: 20170929

592. laya.ui.ScaleBox [ 77%]

... 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值...

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

593. laya.map.TileAniSprite [ 77%]

...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容...

来源: laya_api 发布时间: 20170929

594. laya.ui.VScrollBar [ 77%]

...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoHide : Boolean = false一个布尔值,指...

来源: laya_api 发布时间: 20170929

595. laya.physics.PhysicsDebugDraw [ 77%]

... 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容...

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

596. laya.ui.HScrollBar [ 77%]

...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoHide : Boolean = false一个布尔值,指...

来源: laya_api 发布时间: 20170929

597. 文本-多行输入 [ 77%]

...inputText.multiline = true; inputText.wordWrap = true; inputText.size(350, 100); inputText.x = Laya.stage.width - inputText.width >> 1; inputText.y = Laya.stage.height - inputText.height >> 1; inputText.padding = [2,2,2,2]; // 移动端输入提示符 inputText.prompt = "Type some word..."; // 设...

来源: Laya2.0_示例 发布时间: 20260303

598. laya.ui.Component [ 77%]

...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite  anchorX : NumberX轴锚点,值为0-1Component  anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自...

来源: laya_api 发布时间: 20170929

599. Laya2.0 LocaRotationEuler引起LookAt的错误 [ 77%]

...作不当。来话不多说我们复现过程和问题.  (demo是Laya2.121:我们正常情况下LookAt 是会旋转的,   如图。现在我是没有设置localRotationEuler。一切正常 小恐龙也看向了摄像机 看下面打印 x=0,y=135,z=0   2:现在开始非正常操作,...

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

600. 绘制形状时事件不触发 [ 76%]

绘制形状时事件不触发 function myRing(x,y,r1,color1,r2,color2) {         this.sprite = new Laya.Sprite();     this.sprite.on('mousedown', this, on_down);     this.sprite.graphics.drawCircle(x, y, r2, color2, color2, 2);     this.sprite.graphics.drawCircle(x, y, r1, color1, color...

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