大约有 1,644 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0098 秒)
Laya_社区(1482) Laya2.0_文档(45) Laya3.0_api(26) Laya_示例(21) Laya3.0_文档(19) Laya2.0_api(18) laya_api(17) Laya2.0_示例(16)
...htSet _isWidthSet active activeInHierarchy align alpha anchorX anchorY autoPlay blendMode bottom cacheAs centerX centerY clipHeight clipWidth clipX clipY components customRenderEnable dataSource destroyed direction disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalR...
来源: Laya3.0_api 发布时间: 20231115
....uiClasspublic class FrameClipInheritanceFrameClip FrameAnimation AnimationPlayerBase Sprite Node EventDispatcher Object 关键帧动画播放类 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值...
来源: laya_api 发布时间: 20170422
....*; import com.youme.imsdk.YIMService.*; import com.youme.imsdk.internal.OnPlayCompleteNotify; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Environment; import android.os.Handler; import android.os.Looper; import android.os.Message; im...
来源: Laya_社区 发布时间: 20170722
...ffects(); } private onFocus() { if (!SoundManager.isPlay) { SoundManager.isPlay = true; console.log("111111 onFocus"); Laya.timer.once(2000, this, () => { console.log("222222 onFocus"); ...
来源: Laya_社区 发布时间: 20250930
... skeleton.scale(.5, .5); skeleton.play(0, true); }); template.loadAni("res/bone/alien.sk"); })); ``` 一定要注意的就是,文本文件打包后加载的类型是plf( `type: "plf"`)、...
来源: Laya2.0_文档 发布时间: 20210714
... process 27883 on device huawei-mha_al00-3HX0217401012320 Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. I/om.layabox.tes: Reinit property: dalvik.vm.checkjni= false D/ZrHung.AppEyeUiProbe: AppE...
来源: Laya_社区 发布时间: 20190723
...24/? E/audio_hw_primary: out_set_compr_volume:ctl for mixer cmd - Compress Playback 15 Volume, left 0.002172, right 0.002172 2018-11-26 18:31:47.724 761-4830/? E/msm8916_platform: platform_check_backends_match: Invalid snd_device = 2018-11-26 18:31:47.725 761-4830/? E/ACDB-LOADER: Error: ACDB AudP...
来源: Laya_社区 发布时间: 20181126
...app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (laya::JCAudioWavPlayer::playAudio(laya::JCAudioInterface*, std::string const&, bool)+184) [arm64-v8a] 5 #04 pc 000000000044f018 /data/app/com.mylafe.game.handsomecat-1/lib/arm64/liblayaair.so (laya::JSAudio::play()+164) [arm64-v8a] 6 #...
来源: Laya_社区 发布时间: 20191030
... animator.getControllerLayer(0).addState(state); //播放动画 animator.play("run"); //创建BlinnPhong材质 var mat: BlinnPhongMaterial = (<BlinnPhongMaterial>((<SkinnedMeshSprite3D>this.layaMonkey.getChildAt(0).getChildAt(0))).skinnedMeshRenderer.sharedMaterial); //设置反照率强...
来源: Laya3.0_文档 发布时间: 20230303
...anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoPlay : Boolean 表示是否自动播放动画,若自动播放值为true,否则值为false; 可控制切片动画的播放、停止。 Clip autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 fals...
来源: Laya2.0_api 发布时间: 20190513