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

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

31. 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

32. laya.d3.component.AnimatorControllerLayer_API3.0 [ 90%]

...lobals "laya/d3/component/AnimatorControllerLayer" AnimatorControllerLayer Class AnimatorControllerLayer AnimatorControllerLayer 类用于创建动画控制器层。 Hierarchy AnimatorControllerLayer Implements IReferenceCounter IClone Index Constructors constructor Properties blendingMode defaultWe...

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

33. laya.ani.bone.SkinSlotDisplayData_API3.0 [ 89%]

...orted Menu Globals "laya/ani/bone/SkinSlotDisplayData" SkinSlotDisplayData Class SkinSlotDisplayData 插槽显示数据 Hierarchy SkinSlotDisplayData Index Properties attachmentName bones height lengths name texture transform triangles type uvs verLen vertices weights width Methods createTexture des...

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

34. laya.d3.animation.AnimationNode [ 89%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationNodeProperties | Methods Packagelaya.d3.animationClasspublic class AnimationNodeInheritanceAnimationNode ObjectImplements laya.d3.core.IClone BoneNode 类用于实现骨骼节点。 Public Properties PropertyDe...

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

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

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

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

36. laya.d3.shader.SubShader [ 89%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames SubShaderMethods Packagelaya.d3.shaderClasspublic class SubShaderInheritanceSubShader Object SubShader 类用于创建SubShader。 Public Methods  MethodDefined By  getFlag(key:String):String 获取标记值。 SubShad...

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

37. laya.html.XML_API3.0 [ 89%]

...ted All Inherited Externals Only exported Menu Globals "laya/html/XML" XML Class XML Hierarchy XML Index Constructors constructor Properties name text Accessors attributes Methods elements getAttrBool getAttrFloat getAttrInt getAttrString getNode parse reset setAttribute Constructors constructor new...

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

38. 鼠标交互-修正交互区域 [ 88%]

...cript三种开发语言、LayaAirIDE让项目开发更高效。let logger; class Interaction_FixInteractiveRegion { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya.Stat, Handler = Laya.Handler; // 不支持WebGL时自动切换至Canvas Laya.init(Brow...

来源: Laya2.0_示例 发布时间: 20251130

39. laya.d3.component.animator.AnimatorControllerLayer_API3.0 [ 88%]

...aya/d3/component/Animator/AnimatorControllerLayer" AnimatorControllerLayer Class AnimatorControllerLayer AnimatorControllerLayer 类用于创建动画控制器层。 Hierarchy AnimatorControllerLayer Implements IClone Index Constructors constructor Properties blendingMode defaultWeight enable name p...

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

40. Tree属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 88%]

....layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tree)。 ### 1.1 Tree 组件主要由两个部分组成: - 项单元格(可以是 Box 、页面 View、自定义页面); - 纵向滚动条 VScrollBar; ### 1.2 Tree 组件的单元格通常由四部分...

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