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

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

911. 微信小游戏里面使用BitmapFont加载时会报错,处理方式如下: [ 70%]

...*__JS__ */wx.postMessage({url:url,data:tempData,isLoad:"filedata"}); 添加type的判断,不是XML则执行 if (type != "xml") {                     /*__JS__ */wx.postMessage({url:url,data:tempData,isLoad:"filedata"});                 } 附件 : --> js.rar 2018-...

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

912. laya.ani.bone.Transform_API3.0 [ 70%]

... skewY x y getMatrix initData skew Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface

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

913. laya.ui.VSlider [ 70%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...

来源: laya_api 发布时间: 20170929

914. laya.ui.View [ 70%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...

来源: laya_api 发布时间: 20170929

915. laya.d3.core.particleshuriken.module.Burst_API3.0 [ 70%]

...xCount minCount time clone cloneTo Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

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

916. laya.display.Text [ 70%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...

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

917. laya.d3.utils.Picker_API3.0 [ 70%]

...sectsTriangle rayPlaneIntersection Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Enumeration Interface Static method

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

918. laya.display.cmd.DrawEllipseCmd_API3.0 [ 70%]

...idth x y ID getBoundPoints recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property

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

919. 用微信小游戏测试,载入一个3D的角色.lh报错了,LayaAir的本地测试OK [ 70%]

...本地测试OK WAGame.js:3 gameThirdScriptError Scene: the .lh file root type must be Scene,please use other function to load this file.;at api readFile success callback function Error: Scene: the .lh file root type must be Scene,please use other function to load this file. 2018-01-15 添加评论 ...

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

920. textInput的单行输入&多行输入(TypeScript-LayaAir基础篇(TS)-文本) [ 70%]

...可以通过回车在上一行未满的情况下在下一行输入。 ```typescript module laya { import Input = Laya.Input; import Stage = Laya.Stage; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class HelloLayabox { constructor() { // 不支持WebGL时自动切换至Canvas Laya...

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