大约有 1,232 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0044 秒)
Laya_社区(424) Laya3.0_api(415) Laya2.0_api(164) laya_api(138) Laya2.0_文档(51) Laya3.0_文档(24) Laya2.0_示例(9) Laya_示例(7)
...经销毁 。 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
...; text.font=mFontName; Laya.stage.addChild(text); } } }测试结果: 1、value=top 2、value=middle 3、value=bottome 总结:并未发现你所说的问题,请用最新版本1.5.3进行测试,如果还有问题,提供个demo,我们查下问题改下,谢谢! 2016-11-16 0 1 分...
来源: Laya_社区 发布时间: 20161116
...经销毁 。 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
...ime 会在提交shader到GPU时,报错 __proto.upload里报错解决 ((value=shaderValue[one.name])!==null) 后加一个判断((value=shaderValue[one.name])!==undefined) 附件 : --> 2018-11-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20181123
... function get localOffset():Vector3 public function set localOffset(value:Vector3):voidlocalRotationproperty localRotation:Quaternion 获取Shape的本地旋转。 Implementation public function get localRotation():Quaternion public function set localRotation(value:Quaternion)...
来源: Laya2.0_api 发布时间: 20190513
... outTangent : Vector3Vector3Keyframe time : Number时间。Keyframe value : Vector3Vector3KeyframePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Vector3Keyframe() 创建一个 Vector3Keyframe 实例。 Vector3Keyframe clone():* 克隆。 Keyfr...
来源: Laya2.0_api 发布时间: 20190513
...使用方法Laya.init(800,600,Laya.Log); Returns void Static print print(value: string): void Defined in laya/utils/Log.ts:53 增加日志内容。 Parameters value: string 需要增加的日志内容。 Returns void Static toggle toggle(): void Defined in laya/utils/Log.ts:38 隐藏/显示日志面...
来源: Laya3.0_api 发布时间: 20231115
...y Graphics() 创建一个新的 Graphics 类实例。 Graphics alpha(value:Number):void 设置透明度。 Graphics clear(recoverCmds:Boolean = false):void 清空绘制命令。 Graphics clipRect(x:Number, y:Number, width:Number, height:Number):void 设置剪裁区域,超出剪裁区...
来源: laya_api 发布时间: 20170929