大约有 1,257 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0046 秒)
Laya_社区(437) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(36) Laya2.0_示例(9) Laya_示例(7)
...:14 通过固定帧创建一个 FrameOverTime 实例。 Parameters Default value constant: number = 0 固定帧。 Returns FrameOverTime 时间帧。 Static createByOverTime createByOverTime(overTime: GradientDataInt): FrameOverTime Defined in laya/d3/core/particleShuriKen/module/FrameOverTime.ts:26...
来源: Laya3.0_api 发布时间: 20231115
...引擎代码layabuilder.max.js Laya2.0 40364 setCompProp方法中对value进行了Boolean判断,会把0值也判定为失败 Laya2.12.1 51737 setCompProp方法中直接使用value值进行判断,0值一样无法通过判定 另外角度那里使用角度值比用弧度值方便,...
来源: Laya_社区 发布时间: 20210908
...public function get anisoLevel():int public function set anisoLevel(value:int):voiddefaulteTextureproperty defaulteTexture:BaseTexture [read-only] 获取默认纹理资源。 Implementation public function get defaulteTexture():BaseTexturefilterModeproperty filterMode:int 缩小...
来源: Laya2.0_api 发布时间: 20190513
...两个item各显示一半 qian • 2018-03-08 11:54 可以自己去设置value值 138*****161 • 2019-06-04 14:31 @qian:你好,设置那个value
来源: Laya_社区 发布时间: 20180308
...orker.js的路径 Accessors Static enable get enable(): boolean set enable(value: boolean): void Defined in laya/net/WorkerLoader.ts:42 是否启用。 Returns boolean Defined in laya/net/WorkerLoader.ts:26 是否启用。 Parameters value: boolean Returns void Methods Static load load(url: string, ...
来源: Laya3.0_api 发布时间: 20231115
... public function get hit():Graphics public function set hit(value:Graphics):voidunHitproperty unHit:Graphics 不可点击区域,可以设置绘制一系列矢量图作为非点击区域(目前只支持圆形,矩形,多边形) Implementation public function get unHit...
来源: laya_api 发布时间: 20170929
...面打印出来的日志都打印不出来数据。 比如:trace("abcd=",value); 控制台只能显示出“abcd=” 后面的value打印不出来。 2017-11-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ...
来源: Laya_社区 发布时间: 20171105
...经销毁 。 Returns boolean enabled get enabled(): boolean set enabled(value: boolean): void Inherited from Component.enabled Defined in laya/components/Component.ts:74 是否启用组件。 Returns boolean Inherited from Component.enabled Defined in laya/components/Component.ts:78 是否启用组...
来源: Laya3.0_api 发布时间: 20231115
...,bian); this.scrollRect = rect; pos = bian * 0.5; } public function set360(value:int):void { this.graphics.clear(); if(value == -1){ return; } this.graphics.drawPie(pos,pos,r,START+(360 - value), 270 , COLOR ,null,0); } private function ef():void { if( TheGame.GetServerTime() > endTime ){ this.st...
来源: Laya_社区 发布时间: 20171124
...v 赞同来自: material.SetFadeDistance(5); public SetFadeDistance(value) { this._shaderValues.setVector3(DistanceFadeUnlitMaterial._fadeDistanceID, value); } setVector3要求类型是Vector3 传number不行 shaderDate传参类型要严格符合要求 2019-11-05 0 0...
来源: Laya_社区 发布时间: 20191105