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

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

371. laya.display.Text [ 73%]

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

来源: laya_api 发布时间: 20170929

372. laya.ui.VScrollBar [ 73%]

....uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...

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

373. laya.ui.HScrollBar [ 72%]

....uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...

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

374. laya.ui.TextArea_API3.0 [ 72%]

...raphics _graphics: AutoBitmap Inherited from TextInput._graphics Overrides Sprite._graphics Defined in laya/ui/TextInput.ts:118 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in ...

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

375. hitTestPoint对象父容器rotation旋转之后检测不了碰撞 [ 72%]

...转之后检测不了碰撞   附上代码  class FishPonds extends Laya.Sprite { public are: Laya.Rectangle = new Laya.Rectangle(0, 0, 60, 30); constructor() { super(); var _fish: Laya.Sprite = new Laya.Sprite() _fish.graphics.drawRect(this.are.x, this.are.y, this.are.width, this.are.height, "#00...

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

376. laya.d3.core.scene.VRScene [ 72%]

...agelaya.d3.core.sceneClasspublic class VRSceneInheritanceVRScene BaseScene Sprite Node EventDispatcher Object VRScene 类用于实现VR场景。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为...

来源: laya_api 发布时间: 20170422

377. drawTexture时,Matrix对象,a=-1,无法实现水平翻转 [ 72%]

...r t:Texture = Laya.loader.getRes("res/atlas/test0.png");     ape = new Sprite();     var matrix:Matrix = new Matrix();     matrix.a = -1;     matrix.tx = 2*100+ t.width;     ape.graphics.drawTexture(t,100,100,t.width,t.height,matrix);     Laya.stage.addChild(ape);     ape...

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

378. laya.display.Text [ 72%]

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

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

379. 设置cacheAs = bitmap时, drawCanvas 的一个bug [ 72%]

... */ //应用并清空canvas中的指令。如果内容需要重画,RenderSprite会给他重新加入submit if (src._submits._length > 0) { submit = SubmitCMD.create([src, src._targets], this._flushToTarget, this); this._submits[this._submits._length++] = submit; } //在这之前就已经渲染...

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

380. [LayaAir3]在3d相机设置视图矩形后 检测3d场景下的点击计算问题 [ 72%]

...ra.viewportPointToRay 的转换应该统一用viewport的值 见图一 getSprite3DUnderPoint  里判断点击区域得考虑设置视图矩形后viewport.width 变小的问题 见图二 附件 : --> 2024-06-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请...

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