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

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

171. laya.ui.ScrollBar [ 30%]

...Bounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显...

来源: laya_api 发布时间: 20170929

172. laya.ui.ScrollBar [ 29%]

...Bounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定...

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

173. 动画状态机 · LayaAir3.3 · 引擎文档 · LAYABOX [ 29%]

...: ... import Vector3 = Laya.Vector3; ... export class AnimationScript extends Laya.AnimatorStateScript { ... private model: Laya.Sprite3D; /**@internal */ setPlayScriptInfo(animator: Laya.Animator | Laya.Animator2D, layerindex: number, playstate: Laya.AnimatorState | Laya.AnimatorState2D) { ... th...

来源: Laya3.0_文档 发布时间: 20240910

174. 2D寻路 · LayaAir3.3 · 引擎文档 · LAYABOX [ 27%]

...撞器数据生成导航网格。例如图2-13所示, (图2-13) MeshRender是从网格数据生成导航网格。例如图2-14所示, (图2-14) None是不使用任何现有数据。 设置好后点击右上角的烘焙按钮即可生成导航网格文件,如果需要重新选择节点...

来源: Laya3.0_文档 发布时间: 20250214

175. socket大型项目回调 [ 27%]

...nstructor(){ if(!console.group){ console.group = console.log; console.groupEnd = function(){console.log("----")}; console.info = console.log; console.warn = console.log; console.error = console.log; } this._message = new Message(); this._package = new Package(); this.socket = null; this.callbacks = ...

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

176. laya.ui.VScrollBar [ 20%]

...Bounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显...

来源: laya_api 发布时间: 20170929

177. laya.ui.HScrollBar [ 20%]

...Bounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显...

来源: laya_api 发布时间: 20170929

178. laya.ui.VScrollBar [ 20%]

...Bounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定...

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

179. laya.ui.HScrollBar [ 20%]

...Bounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定...

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

180. 射线检测-射线检测 [ 19%]

...Laya.StandardMaterial(); mat.albedo = new Laya.Vector4(1, 1, 1, 0.5); mat.renderMode = 5; sphereSprite3d.meshRender.material = mat; Laya.timer.frameLoop(1, this, checkHit); } var ray = new Laya.Ray(new Laya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); var point = new Laya.Vector2(); var _corners = ...

来源: Laya_示例 发布时间: 20250222