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

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

51. laya.d3.core.render.RenderState [ 78%]

...e  elapsedTime : Number距上一帧间隔时间。RenderState  owner : Sprite3D当前渲染3D精灵。RenderState  renderElement : RenderElement当前渲染物体。RenderState  scene : Scene当前场景。RenderStatePublic Methods  MethodDefined By  RenderState() 创建一个 RenderState...

来源: laya_api 发布时间: 20170929

52. laya.display.Graphics [ 78%]

...方式存储,可以通过cmds属性访问所有命令流。Graphics是比Sprite更轻量级的对象,合理使用能提高应用性能(比如把大量的节点绘图改为一个节点的Graphics命令集合,能减少大量节点创建消耗)。 See alsolaya.display.Sprite.graphicsPublic Proper...

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

53. 自适应问题 [ 78%]

...nction () {         var t = Laya.loader.getRes(skin);         var _sprite = new Sprite();         _sprite.graphics.drawTexture(t, 0, 0);         Laya.stage.addChild(_sprite); }); 但是出来的效果是这样,我本意是想 宽度不变 高度可以拉伸 问题1 怎么才能宽...

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

54. parent加载多个child,parent不响应鼠标事件? [ 77%]

...被点击了!"); });     其中child1,child2,child3都是load图片的Sprite,为何parent(它也是个Sprite)识别不到鼠标事件? 2017-03-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞...

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

55. laya.display.Text [ 76%]

...nts | Constants Packagelaya.displayClasspublic class TextInheritanceText Sprite Node EventDispatcher ObjectSubclasses Input Text 类用于创建显示对象以显示文本。 注意:如果运行时系统找不到设定的字体,则用系统默认的字体渲染文字,从而导致显示异常...

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

56. laya.ui.Label [ 76%]

...| Events Packagelaya.uiClasspublic class LabelInheritanceLabel Component Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyD...

来源: laya_api 发布时间: 20170929

57. laya.display.Stage_API3.0 [ 76%]

...用帧率甚至动态更改帧率有利于改进手机耗电。 Hierarchy Sprite Stage Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize canvasDegree canvasRotation designHeight designWidth focus hitTestPrior mouseThrough name renderingEnabled screenAdap...

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

58. laya.ui.Label [ 76%]

... Events Packagelaya.uiClasspublic class LabelInheritanceLabel UIComponent Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties Property...

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

59. laya.ui.Button [ 76%]

... Events Packagelaya.uiClasspublic class ButtonInheritanceButton Component Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 可以是单态,两态和...

来源: laya_api 发布时间: 20170929

60. 绘制直线与折线(TypeScript-LayaAir基础篇(TS)-矢量图) [ 76%]

...线,示例代码如下: ```javascript module laya {     import Sprite = Laya.Sprite;     import Stage = Laya.Stage;     import WebGL = Laya.WebGL;       export class Sprite_DrawShapes {         private sp: Sprite;           constructor()     ...

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