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

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

151. 物理引擎显示旋转问题 [ 48%]

...变成这样了   LayaUISample.js代码:   (function () {     var Sprite = Laya.Sprite;     var Stage = Laya.Stage;     var Browser = Laya.Browser;     var WebGL = Laya.WebGL;     var Render = Laya.Render;     var Matter = Browser.window.Matter;     var LayaRender = B...

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

152. laya.ui.ComboBox [ 48%]

...nts Packagelaya.uiClasspublic class ComboBoxInheritanceComboBox Component Sprite Node EventDispatcher Object ComboBox 组件包含一个下拉列表,用户可以从该列表中选择单个值。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...

来源: laya_api 发布时间: 20170929

153. laya.ui.Label [ 48%]

... 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

154. laya.ui.ComboBox [ 48%]

...s Packagelaya.uiClasspublic class ComboBoxInheritanceComboBox UIComponent Sprite Node EventDispatcher Object ComboBox 组件包含一个下拉列表,用户可以从该列表中选择单个值。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined B...

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

155. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 48%]

...yaScene_AAA`。 ##### 3.3.3 场景导出与预设导出的区别 Scene3D与Sprite3D分别是场景导出的配置项和预设导出的配置项。如下所示。 ![img](img/3.3-4.png) ##### 场景 `Scene3D` 采用`Scene3D(场景)`选项导出,会导出整个场景,无论场景中的模型、...

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

156. 2D方向光 · LayaAir3.4 · 引擎文档 · LAYABOX [ 47%]

...regClass() export class DayNight extends Laya.Script { declare owner: Laya.Sprite; private lightComp: Laya.DirectionLight2D; private dayTime: number = 0; private dayDuration: number = 24; // 一个完整周期的秒数 private displayText: Laya.Text; // 文本显示当前时间 onAwake(): void { thi...

来源: Laya3.0_文档 发布时间: 20251010

157. 父物体旋转会导致子物体的世界坐标系不正确?(附demo) [ 47%]

...(附demo) 一个简单的场景 如果我旋转中 方框指示的sprite3d的rotation,会导致子物体TargetGuard的transform.position不正确,好像子节点属于的坐标系变动了?   比如说,绳子不旋转的时候,我在代码中动下面圆盘的transform.positionthis...

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

158. 微信小游戏利用开放域好友关系链做排行榜 [ 47%]

...新                                  let sprite:Laya.Sprite = new Laya.Sprite();                 Laya.stage.addChild(sprite);                 sprite.graphics.drawTexture(rankTexture,0,0,rankTexture.width,rankTexture.height);      ...

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

159. layaair1.78版本 textarea和textinput在电脑平台时一点击整个canvas往上移动。 [ 46%]

...的PureMVC框架 分享:打地鼠 AS、JS、TS版本 Demo! 如何设置Sprite的宽高和点击区域? 求指点3d射线碰撞和UI点击穿透的问题 btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 请问2.0的版本开始,我用ts编写的...

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

160. laya.ui.Box [ 46%]

...s | Events Packagelaya.uiClasspublic class BoxInheritanceBox UIComponent Sprite Node EventDispatcher ObjectImplements IBoxSubclasses LayoutBox, List, Panel, ScaleBox, Tree, UIGroup, ViewStack Box 类是一个控件容器类。 Public Properties Hide Inherited Public Properties Show Inherited Publi...

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