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

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

21. laya.components.Animation2DNext_API3.0 [ 93%]

...ly exported Menu Globals "laya/components/Animation2DNext" Animation2DNext Class Animation2DNext Hierarchy Animation2DNext Index Constructors constructor Properties conditions name Constructors constructor new Animation2DNext(): Animation2DNext Defined in laya/components/Animation2DNext.ts:7 Returns...

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

22. laya.d3.resource.models.MorphTargetChannel_API3.0 [ 93%]

...rted Menu Globals "laya/d3/resource/models/MorphTarget" MorphTargetChannel Class MorphTargetChannel Hierarchy MorphTargetChannel Index Constructors constructor Properties name targetCount Methods addTarget getTargetByIndex Constructors constructor new MorphTargetChannel(): MorphTargetChannel Defined...

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

23. laya.ani.bone.EventData_API3.0 [ 93%]

...d Externals Only exported Menu Globals "laya/ani/bone/EventData" EventData Class EventData 事件数据 Hierarchy EventData Index Constructors constructor Properties audioValue floatValue intValue name stringValue time Constructors constructor new EventData(): EventData Defined in laya/ani/bone/Even...

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

24. laya.d3.component.AnimatorControllerLayer [ 93%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimatorControllerLayerProperties | Methods Packagelaya.d3.componentClasspublic class AnimatorControllerLayerInheritanceAnimatorControllerLayer ObjectImplements laya.d3.core.IClone AnimatorControllerLayer 类用于创建...

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

25. 微信小游戏提审后,提示说代码侵权 [ 92%]

...各位读者收获满满!混淆代码的思路: 1、修改所有代码Class 类名称不要重复 2、修改全部全局属性、和至少 1/3的方法名称不要重复(这部分可以写程序去批量改) 3、打乱那些基类、工具类里面的方法顺序, 举例 Class A里面有 F...

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

26. laya.d3.component.AnimatorState [ 92%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimatorStateProperties | Methods Packagelaya.d3.componentClasspublic class AnimatorStateInheritanceAnimatorState ObjectImplements laya.d3.core.IClone AnimatorState 类用于创建动作状态。 Public Properties Prope...

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

27. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 91%]

.../RenderObjs/NativeOBJ/NativeUniformBufferObject" NativeUniformBufferObject Class NativeUniformBufferObject Hierarchy UniformBufferObject NativeUniformBufferObject Index Constructors constructor Properties _buffer _bufferType _bufferUsage _byteLength _conchUniformBufferObject _glBuffer _glPointer _na...

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

28. 关于js继承类class的参数问题 [ 91%]

关于js继承类class的参数问题 Laya.class(LoginView, "LoginView", LoginUI) ; // 设置继承关系. 括号里第一个参数是一个方法,第三个是要继承的对象,第二个参数字符串是什么意思啊。 自己写了一个继承,Laya.class(LayaIndex,"LayaIndex",indexUI);...

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

29. @regClass编译报错! [ 90%]

@regClass编译报错! 去掉CtrBase里的@regClass 就不报错! 再或者CtrBase 不引用funzzzzz 或者 funzzzzz不引用MachineCtrl 也不会报错。已经是最精简的就三个类,每个一行代码。上网查 升级了webpack也没用。   写了构造函数也没用 bundle编译...

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

30. LAYABOX游戏实时语音之APP版本 [ 90%]

...> </manifest> app\build.gradle app\proguard-rules.pro 添加-keep class demo.* -keep com.youme.imsdk.* -keep com.youme.imsdk.**{*;} -keep class com.youme.IMEngine.** -keep class com.youme.IMEngine.**{*;} -keep class com.iflytek.**{*;} -keepattributes Signature新建目录 “YIMChat” 建...

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