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

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

1. sprite之bug [ 100%]

...ttp://www.gamework.cn/blog/post/qykings/sprite%E4%B9%8Bbug public function set scaleX(value:Number):void {  var style:Style = getStyle();    if(!style)  {  trace("----sprite--")  return;  }    if(!style._tf)  {  trace("----sprite--_tf is null--");  return;  }    if (style._tf.scaleX !...

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

2. laya.d3.webxr.core.WebXRSessionManager_API3.0 [ 90%]

...c initializeXRGL isSessionSupportedAsync off offAll offAllCaller on once resetReferenceSpace runXRRenderLoop setReferenceSpaceTypeAsync updateRenderStateAsync updateTargetFrameRate Properties baseReferenceSpace baseReferenceSpace: any Defined in laya/d3/WebXR/core/WebXRSessionManager.ts:24 baseRefer...

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

3. laya.physics.Physics_API3.0 [ 88%]

...默认50像素=1米 Accessors allowSleeping get allowSleeping(): boolean set allowSleeping(value: boolean): void Defined in laya/physics/Physics.ts:195 设置是否允许休眠,休眠可以提高稳定性和性能,但通常会牺牲准确性 Returns boolean Defined in laya/physics/Physics.ts:199...

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

4. laya.d3.core.Transform3D_API3.0 [ 88%]

...oGlobal lookAt objLookat off offAll offAllCaller on once rotate rotationTo setWorldLossyScale toDir toLocalNormal translate Properties Static tmpVec3 tmpVec3: Vector3 = new Vector3() Defined in laya/d3/core/Transform3D.ts:882 Accessors localMatrix get localMatrix(): Matrix4x4 set localMatrix(value: ...

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

5. layaair2.0默认字体设置无效 [ 88%]

... _font;         }                  public function set font(value:String):void {             if ((_style as TextStyle).currBitmapFont) {                 _getTextStyle().currBitmapFont = null;                 scale(1, 1);      ...

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

6. laya.resource.BaseTexture_API3.0 [ 87%]

...tected All Inherited Externals Only exported Menu Globals "laya/resource/BaseTexture" BaseTexture Class BaseTexture BaseTexture 纹理的父类,抽象类,不允许实例。 Hierarchy Resource BaseTexture NativeRenderTexture2D RenderTexture2D RenderTexture TextureCube Texture2DArray Texture2D Vid...

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

7. laya.resource.VideoTexture_API3.0 [ 87%]

..." VideoTexture Class VideoTexture VideoTexture 多媒体纹理 Hierarchy BaseTexture VideoTexture Index Constructors constructor Properties destoryedImmediately lock name url uuid DEBUG _videoTexturePool Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimension fi...

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

8. 根据官方教程:FlashBuilder-LayaCompiler-运行提示"must set Document Class!" [ 86%]

根据官方教程:FlashBuilder-LayaCompiler-运行提示"must set Document Class!" 附件 : --> 2017-02-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: bingohu 这个是没有设置...

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

9. laya.ani.AnimationPlayer_API3.0 [ 86%]

...止时是否归零 Accessors cacheFrameRate get cacheFrameRate(): number set cacheFrameRate(value: number): void Defined in laya/ani/AnimationPlayer.ts:187 获取默认帧率* Returns number value 默认帧率 Defined in laya/ani/AnimationPlayer.ts:195 设置默认帧率,每秒60帧,注意:修改...

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

10. html固定宽高,设置垂直居中没有效果。只有水平居中才生效。看了下源码,感觉在updatePos函数里的算法不对 [ 85%]

..., 试一下这样写html._getCSSStyle().valign("middle"); 用set方法 momo199059 • 2018-01-04 12:18 @Laya_Aaron: html._getCSSStyle().valign = "middle";这样就是set方法。我是TS的工程。而且调试的时候看到的值是赋值成功了的。 我现在临时的做...

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