大约有 1,257 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)
Laya_社区(437) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(36) Laya2.0_示例(9) Laya_示例(7)
...n new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } function step(result) { result.done ? resolve(result.valu...
来源: Laya_社区 发布时间: 20221104
...以直接获取到添加附加脚本的组件实例 **/ public set owner(value: any) { this.monkeyBox = value; //自定义的脚本会有时序问题,所以在此添加一个延时 this.monkeyBox.frameOnce(2, this, this.onLoaded); } 我想问的是this.monkeyBox = value;这句话,monkeyBox的类...
来源: Laya_社区 发布时间: 20180622
...LAUE: string = "proto_ParamsProto"; public static PROTO_STRING_VALUE: string = "proto_ParamsProto"; constructor() { // Pool.recover(ProtoPool.PROTO_HEAD, new com.bigao.h5.proto.Head()); // Pool.recover(ProtoPool.PROTO_BINARY_REQUEST, new co...
来源: Laya_社区 发布时间: 20170807
...数的翻译也有问题啊。 AS: functiong storeString(type:String, ...value):void{ var a : * = value[0]; } 翻译后的JS: storeString=function(type,__value){ var value=[];for(var i=1,sz=arguments.length;i<sz;i++)value.push(arguments[i]); var a=value[0]; } 这个时候的value变成了...
来源: Laya_社区 发布时间: 20171025
...max = 100; vs.changeHandler = new Handler(this, this.onChange); } onChange(value) { console.log("滚动条的位置: value=" + value); } } new UI_ScrollBar();module laya { import Stage = Laya.Stage; import HScrollBar = Laya.HScrollBar; import VScrollBar = Laya.VScrollBar; import Handler = Laya.Han...
来源: Laya2.0_示例 发布时间: 20251130
...tion get colorGradient():Gradient public function set colorGradient(value:Gradient):voidminVertexDistanceproperty minVertexDistance:Number 获取新旧顶点之间最小距离。 Implementation public function get minVertexDistance():Number public function set minVertexDistanc...
来源: Laya2.0_api 发布时间: 20190513
WebGL: INVALID_VALUE: texImage2D: width or height out of range 这个出现的非常突然,会不会有什么问题? 附件 : --> 2017-11-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达...
来源: Laya_社区 发布时间: 20171117
...function get dummy():AnimationTransform3D public function set dummy(value:AnimationTransform3D):voidforwardproperty forward:Vector3 [read-only] 获取向前方向。 Implementation public function get forward():Vector3localMatrixproperty localMatrix:Matrix4x4 获取局部矩阵...
来源: laya_api 发布时间: 20170929
...3121527420 - 哇啦哇啦哇啦! 赞同来自: public function set index(value:int):void { _index = value; if (_bitmap && _sources) { this.graphics.clear(); var splitArr:Array = value.toString...
来源: Laya_社区 发布时间: 20170601
...By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial blend : int 获取混合方式。 PixelLineMaterial blendDst : int 获取混合目标。 PixelLineMaterial blendSrc : int 获取混合源。 PixelLineM...
来源: Laya2.0_api 发布时间: 20190513