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

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

301. laya.d3.core.material.StandardMaterial [ 38%]

...blic class StandardMaterialInheritanceStandardMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  albedo : Vector4 设置反射率。 StandardMaterial alphaTest : Boolean 获取是否透明裁剪...

来源: laya_api 发布时间: 20170929

302. 2.12.2beta1 诸多bug [ 36%]

...getRes加载到texture,但此时texture还未加载完成,所以导致source._bitmap为null,无法显示的问题,这个问题目前我们没有较好的解决方案,只能使用预加载或在loadImage的回调内更换skin来规避这个问题; 设置Laya.stage.y = 100,会导致点击...

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

303. laya.display.Animation_API3.0 [ 36%]

...像,动画的播放实质就是定时切换Graphics对象。 使用set source、loadImages(...)、loadAtlas(...)、loadAnimation(...)方法可以创建动画模版。使用play(...)可以播放指定动画。 example 以下示例代码,创建了一个 Text 实例。 package { import laya.display...

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

304. laya.ui.FontClip_API3.0 [ 34%]

...centerY clipHeight clipWidth clipX clipY components customRenderEnable dataSource destroyed direction disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray group height hideFlags hitArea index interval is3D isPlaying left...

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

305. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 33%]

...ports.WarpMode.Clamp;                     tex.loadImageSource(data, true);                     tex._setCreateURL(data.src);                 }                 else {                     tex = data;    ...

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

306. 构建apk后,java报错 [ 33%]

...        at com.android.server.pm.PackageManagerService.-wrap33(Unknown Source:0)         at com.android.server.pm.PackageManagerService$8.run(PackageManagerService.java:16323)         at android.os.Handler.handleCallback(Handler.java:790)         at android.os.Handler.dispatchMessage...

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

307. laya.particle.Particle2D_API3.0 [ 33%]

...n parent pivotX pivotY rotation scaleX scaleY scene scrollRect skewX skewY source stage staticCache template texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance advanceTime bubbleEvent call...

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

308. laya.media.SoundNode_API3.0 [ 33%]

...ivotX pivotY playEvent rotation scaleX scaleY scene scrollRect skewX skewY source stage staticCache stopEvent target texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLate...

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

309. laya.ani.swf.MovieClip_API3.0 [ 33%]

... pivotX pivotY playing rotation scaleX scaleY scene scrollRect skewX skewY source stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clearT...

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

310. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 32%]

...r'); if (Hls.isSupported()) { var hls = new Hls(); //加载m3u8源 hls.loadSource('http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8'); hls.attachMedia(video); hls.on(Hls.Events.MANIFEST_PARSED, function () { video.play(); }); } plyr.setup(video); ``` 编译运行代码,发现网页已经可...

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