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

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

31. laya.d3.core.scene.Scene3D [ 75%]

...archy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite  ambientColor : Vector3 获取环境光颜色。 Scene3D autoSize : Boolean = false 指定是否自动计算宽高数...

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

32. 分享:简单聊天室 [ 75%]

...出上限值,将旧的文本移除,添加新的文本内容 var value:Number=380; if(my_html.contextHeight>=value) { //这里简单写了,实际上是str的标签个数,开发者可以自己遍历str的标签个数,进行移除处理 // 我们的str有6个span,一个br,所以一共...

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

33. 为什么打包成apk后的textinput没有了输入的光标 [ 74%]

...程中。边做监听。需要怎么做吗? 把textInput的type设置为number的时候无法设置最多能输入的字数 textinput移除后再添加会将之前的内容全部赋值给全部input TextInput在手机上文字输入位置不对 打包成手机app的详细教程 Input输入文本...

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

34. laya.events.Event_API3.0 [ 74%]

...efined in laya/events/Event.ts:195 Returns Event Properties button button: number = 0 Defined in laya/events/Event.ts:187 鼠标按键, 0:主按键,通常指鼠标左键 1:辅助按键,通常指鼠标滚轮中键 2:次按键,通常指鼠标右键 3:第四个按钮,通常指浏览...

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

35. 把textInput的type设置为number的时候无法设置最多能输入的字数 [ 74%]

把textInput的type设置为number的时候无法设置最多能输入的字数 2017-06-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 189*****192 赞同来自: 183*****291 this.phoneNum.restrict = "0-9";  //...

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

36. laya.ui.TextArea [ 73%]

...": 居中对齐显示。 "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component asPassword : Boolean ...

来源: laya_api 发布时间: 20170929

37. 3D中摄像机绕物体旋转该如何实现? [ 73%]

...for move and rotate. /// </summary> ///[Range(0, 10)] public damper: number = 5; /// <summary> /// Camera current angls. /// </summary> public CurrentAngles: Vector3 = new Vector3(); public CurrentAnglesTemp: Vector3 = new Vector3(); /// <summary> /// Current distance from ca...

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

38. 横屏输入键盘 [ 73%]

...on,而不是html路径 我应该如何处理 把textInput的type设置为number的时候无法设置最多能输入的字数 TextInput在手机上文字输入位置不对 layaFlsh 怎么不自动横屏 Input输入文本的restrict限制输入的字符怎么使用? 问题状态 最新活动: 2018...

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

39. 官方案例里摄像机绕物体旋转脚本的问题 [ 73%]

...for move and rotate. /// </summary> ///[Range(0, 10)] public damper: number = 5; /// <summary> /// Camera current angls. /// </summary> public CurrentAngles: Vector3 = new Vector3(); public CurrentAnglesTemp: Vector3 = new Vector3(); /// <summary> /// Current distance from ca...

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

40. 输入框自适应 [ 73%]

...程中。边做监听。需要怎么做吗? 把textInput的type设置为number的时候无法设置最多能输入的字数 请教一下,页面元素在不同的设备上,怎么让它居中显示呢或者自适应宽度? android 新版打包要求输入js或者json,而不是html路径 我...

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