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

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

251. laya.effect.FadeOut_API3.0 [ 67%]

...arget Accessors awaked destroyed enabled hideFlags id Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new FadeOut(): FadeOut Inherited from Component.constructor Def...

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

252. laya.effect.FadeIn_API3.0 [ 67%]

...arget Accessors awaked destroyed enabled hideFlags id Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new FadeIn(): FadeIn Inherited from Component.constructor Defin...

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

253. 给Dictionary添加个长度 [ 67%]

...置值。 * @param key 键名。 * @param value 值。 */ public function set(key:*, value:*):void { var index:int = indexOf(key); if (index >= 0) { _values[index] = value; return; } _keys.push(key); _values.push(value); ++_lenght; } /** * 获取指定对象的键名索引。 * @param key 键名...

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

254. laya.d3.core.scene.Scene [ 67%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

来源: laya_api 发布时间: 20170929

255. laya.d3.math.Native.ConchQuaternion [ 66%]

...als(b:ConchQuaternion):BooleanConchQuaternion  fromArray(array:Array, offset:int = 0):void 从Array数组拷贝值。 ConchQuaternion  getYawPitchRoll(out:ConchVector3):void 分解四元数到欧拉角(顺序为Yaw、Pitch、Roll),参考自http://xboxforums.create.msdn.com/forums/p/4574/23...

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

256. laya.spriet对象getbounds()时报错 [ 66%]

...取不到图片的,图片get才能得到,而且耗费性能,要手动setget 才能高性能获取,而且这个图片的宽高肯定是已知的。或者用图片去getbounds 2018-07-17 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定,...

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

257. laya.d3.core.Sprite3D [ 66%]

...de replaceChild(newNode:Node, oldNode:Node):Node 替换子节点。 Node setChildIndex(node:Node, index:int):Node 设置子节点的索引位置。 Node timerLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true, jumpFrame:Boolean = false):void 定时重复执...

来源: laya_api 发布时间: 20170929

258. laya.ui.AutoBitmap_API3.0 [ 66%]

...llText fillTexture getBounds loadImage removeCmd restore rotate save scale setState strokeText transform translate Constructors constructor new AutoBitmap(): AutoBitmap Inherited from Graphics.constructor Defined in laya/display/Graphics.ts:54 Returns AutoBitmap Properties _color _color: string = "#...

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

259. laya.d3.core.Sprite3D_API3.0 [ 66%]

...ldAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instantiate load Constructors constructor new Sprite3D(name?: string, isStatic?: boolean): Sprite3D Overrides Node.constructor Defined in laya/d3/core/Sprite3D.ts:142 创建一个 Sprite3D ...

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

260. 类库升级到2.2.0及以上后,没有Laya.superSetsuperGet了,有替代方案吗? [ 66%]

类库升级到2.2.0及以上后,没有Laya.superSetsuperGet了,有替代方案吗? 如题,之前用Laya.superSetLaya.superGetget/set重写的,现在升级版本后没有了,有什么替代的接口或方案吗 2020-02-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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