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

大约有 1,232 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0044 秒)

701. laya.physics.joint.JointBase_API3.0 [ 71%]

...经销毁 。 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

702. 要做一个方形倒计时,请问该怎么实现,不知道该怎么做 [ 71%]

...,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

703. 3D项目导出安卓后,自定义材质出错 [ 71%]

...v 赞同来自: material.SetFadeDistance(5);     public SetFadeDistance(value)     {         this._shaderValues.setVector3(DistanceFadeUnlitMaterial._fadeDistanceID, value);     } setVector3要求类型是Vector3 传number不行  shaderDate传参类型要严格符合要求 2019-11-05 0 0...

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

704. 关于位图字体的valign属性问题 [ 71%]

...; 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

705. laya.d3.component.LODGroup_API3.0 [ 71%]

...经销毁 。 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

706. 自定义渲染 添加任意 uniform值后, 报错解决。 [ 71%]

...ime  会在提交shader到GPU时,报错 __proto.upload里报错解决 ((value=shaderValue[one.name])!==null) 后加一个判断((value=shaderValue[one.name])!==undefined)     附件 : --> 2018-11-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

707. laya.d3.physics.shape.ColliderShape [ 71%]

... 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

708. laya.d3.core.Vector3Keyframe [ 71%]

...  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

709. laya.utils.Log_API3.0 [ 71%]

...使用方法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

710. laya.display.Graphics [ 71%]

...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