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

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

71. Laya.Pool.recover("people", p)是什么意思? [ 79%]

...tatic function recover(sign:String, item:Object):void 将对象放到对应类型标识的对象池中。 参数 sign:String — 对象类型标识字符。 item:Object — 对象。 2016-09-21 0 1 分享 微博 QZONE 微信 laya_thkj20170801 赞同来自: 能分享一下你理解的回收机制吗?...

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

72. laya.components.AnimatorStateTriggerCondition_API3.0 [ 79%]

...ndition.type Defined in laya/components/AnimatorStateCondition.ts:85 条件类型 Returns AniStateConditionType Methods checkState checkState(value: boolean): boolean Overrides AnimatorStateCondition.checkState Defined in laya/components/AnimatorStateCondition.ts:208 检查状态是否触发,tigger ...

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

73. 自定义3D Shader · LayaAir3.3 · 引擎文档 · LAYABOX [ 78%]

...e5.3 attributeMap5.4 defines5.5 styles6.GLSL语法简述6.1 常见的变量类型6.2 常见的向量类型6.3 常见的矩阵类型6.4 varying7.ShaderPass8.GLSL Block9.开始编写一个LayaAir Shader9.1 创建一个Shader9.2 编写一个Shader10.顶点着色器片段11.片段着色器片段12.GLSL...

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

74. laya.map.TiledMap [ 78%]

...,只显示在视口区域的区 每块又包括N个格子(tile) 格子类型又分为动画格子跟图片格子两种 Public Properties PropertyDefined By  antiCrack : Boolean = true 是否调整地块边缘消除缩放导致的缝隙 TiledMap  autoCache : Boolean = true 是否自动缓存...

来源: laya_api 发布时间: 20170929

75. laya.map.TiledMap [ 78%]

...,只显示在视口区域的区 每块又包括N个格子(tile) 格子类型又分为动画格子跟图片格子两种 Public Properties PropertyDefined By  antiCrack : Boolean = true 是否调整地块边缘消除缩放导致的缝隙 TiledMap  autoCache : Boolean = true 是否自动缓存...

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

76. laya.d3.component.animator.AnimatorStateCondition_API3.0 [ 78%]

...e Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:85 条件类型 Returns AniStateConditionType Methods checkState checkState(value: number | boolean): boolean Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:94 检查状态是否触发 Parameters value: number | boole...

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

77. animator动画如何导出? [ 78%]

...  现支持的属性 Transform 下的旋转平移缩放,可支持所有类型的骨骼动画和刚体动画,*暂不支持unity中自己创建的Humanoid类型的骨骼动画* 请在unity中把Humanoid转成Generic类型的   2017-10-19 0 0 分享 微博 QZONE 微信 luwen6516 赞同来自: ...

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

78. laya.d3.component.animator.AnimatorStateTriggerCondition_API3.0 [ 77%]

...e Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:85 条件类型 Returns AniStateConditionType Methods checkState checkState(value: boolean): boolean Overrides AnimatorStateCondition.checkState Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:208 检查状态是否触...

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

79. laya.net.HttpRequest [ 76%]

...ner(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):Ev...

来源: laya_api 发布时间: 20170929

80. var m:int = int.MAX_VALUE [ 76%]

... 0 分享 微博 QZONE 微信 cuixueying 赞同来自: js下没有int这个类型,所以 var aa:int;这样写没有问题,js是弱类型不会翻译类型,如果是int(1.11)也会报错,需要用Math或parseInt取下整, int.MAX_VALUE也是同理,建议你用Number.MAX_VALUE替代...

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