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

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

1211. TiledMap加载报错 relativePath为空 [ 62%]

... 1, 1, 1, 1, 1, 1, 1], "height":25, "name":"\u5757\u5c42 2", "opacity":1, "type":"tilelayer", "visible":true, "width":25, "x":0, "y":0 }, { "data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...

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

1212. laya.d3.core.scene.BaseScene [ 62%]

...片base64信息,可以发给服务器或者保存为图片 Sprite event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Lay...

来源: laya_api 发布时间: 20170422

1213. laya.d3.core.particleshuriken.ShurikenParticleSystem_API3.0 [ 62%]

... autoRandomSeed dragConstant dragSpeedConstantMax dragSpeedConstantMin dragType duration gravityModifier isPerformanceMode looping playOnAwake prewarm randomSeed randomizeRotationDirection scaleMode simulationSpace simulationSpeed startColorConstant startColorConstantMax startColorConstantMin startC...

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

1214. 微信小游戏IDE加载位图字体,提示错误 [ 62%]

...示错误 错误提示如下:xml.getElementsByTagName is not a function TypeError: xml.getElementsByTagName is not a function     at BitmapFont.__proto.parseFont (http://127.0.0.1:61385/game/code.js:803:17)     at Loader.__proto.onLoaded (http://127.0.0.1:61385/game/code.js:12700:11)     at ...

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

1215. laya.d3.component.AnimatorControllerLayer_API3.0 [ 62%]

...y getAnimatorState getCurrentPlayState removeState Legend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Enumeration Interface Static property

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

1216. laya.d3.core.trail.TrailFilter_API3.0 [ 62%]

...ode time widthCurve widthMultiplier clear __init__ Legend Class Class with type parameter Constructor Property Method Accessor Object literal Variable Function Type alias Static property Static method Enumeration Interface

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

1217. 使用3D摄像机 · LayaAir3.3 · 引擎文档 · LAYABOX [ 61%]

...s() export default class CameraControll extends Laya.Script { @property( { type: Laya.Sprite3D } ) public target: Laya.Sprite3D; private camera: Laya.Camera; public distanceUp: number = 0.5;//相机与目标的竖直高度参数 public distanceAway: number = 10;//相机与目标的水平距离参数...

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

1218. laya.d3.renderobjs.nativeobj.NativeBounds_API3.0 [ 61%]

... setMax setMin TEMP_VECTOR3_MAX0 TEMP_VECTOR3_MAX1 Legend Class Class with type parameter Constructor Method Accessor Object literal Variable Function Type alias Enumeration Interface Static property

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

1219. laya.d3.renderobjs.nativeobj.NativeBaseRenderNode_API3.0 [ 61%]

...Shadow renderId renderbitFlag staticMask transform Legend Class Class with type parameter Constructor Property Accessor Object literal Variable Function Type alias Enumeration Interface

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

1220. AS翻译成JS的时候能不能自动进行类型转换啊?不然每个地方都要手动在AS进行手动添加强制转换 [ 61%]

...Monica:多参函数的翻译也有问题啊。 AS: functiong storeString(type:String, ...value):void{ var a : * = value[0]; } 翻译后的JS: storeString=function(type,__value){ var value=[];for(var i=1,sz=arguments.length;i<sz;i++)value.push(arguments[i]); var a=value[0]; } 这个时候的...

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