大约有 2,789 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0074 秒)
Laya_社区(1162) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya3.0_文档(117) Laya2.0_示例(109)
...3:Vector3):Plane[static] 创建一个 Plane 实例。 Plane normalize():void 更改平面法线向量的系数,使之成单位长度。 PlaneProperty Detaildistancepropertypublic var distance:Number平面到坐标系原点的距离normalproperty public var normal:Vector3平面的向量PlaneInt...
来源: laya_api 发布时间: 20170929
...3:Vector3):Plane[static] 创建一个 Plane 实例。 Plane normalize():void 更改平面法线向量的系数,使之成单位长度。 PlaneProperty Detaildistancepropertypublic var distance:Number平面到坐标系原点的距离normalproperty public var normal:Vector3平面的向量PlaneInt...
来源: Laya2.0_api 发布时间: 20190513
...aya.PlatformClass.createClass("AppUtil"); GRIPMgr.callWithBack(function(n):void{alert(n)},"getDeviceIDInKeychain"); [size=14]IOS代码:[/size] +(void)getDeviceIDInKeychain { [[conchRuntime GetIOSConchRuntime] callbackToJSWithClass:self.class methodName:@"getDeviceIDInKeychain:" ret:@"test"]; ...
来源: Laya_社区 发布时间: 20181206
...45 克隆。 Returns any 克隆副本。 cloneTo cloneTo(destObject: any): void Defined in laya/d3/core/particleShuriKen/module/VelocityOverLifetime.ts:34 克隆。 Parameters destObject: any 克隆源。 Returns void Globals "laya/d3/core/particleShuriKen/module/VelocityOverLifetime" VelocityOverLi...
来源: Laya3.0_api 发布时间: 20231115
...:17 class CAffiche { private textfiled:Laya.HTMLDivElement; public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay(msg:any):void { this.AddChat(msg['from_client_se...
来源: Laya_社区 发布时间: 20170911
... caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void delay:int在loop过程中可以修改吗? 定时重复执行。怎么实现一个Timer的loop的delay时间越来越短? 2017-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...
来源: Laya_社区 发布时间: 20170626
...以,小的图集能清除掉么? private function onLoad(tex:Texture):void { var g:Graphics = new Graphics(); g.drawTexture(tex, 0, 0); _s.graphics = g; Laya.timer.once(2000, this, onClear); } private function onClear():void { _s.graphics.clear(); _s.destroy(true); _s.remo...
来源: Laya_社区 发布时间: 20170222
...完毕后 不会 执行soundComplete private function soundComplete(aa,bb):void { //执行代码 } 2018-03-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 qian 赞同来自: 我这边测试没有问题的 ...
来源: Laya_社区 发布时间: 20180314
...6 唯一ID Returns number name get name(): string set name(value: string): void Defined in laya/components/AnimatorStateCondition.ts:73 名称 Returns string Defined in laya/components/AnimatorStateCondition.ts:77 名称 Parameters value: string Returns void type get type(): AniStateConditionType De...
来源: Laya3.0_api 发布时间: 20231115
..., Laya.Handler.create(this, this.onLoadFinish)); } private onLoadFinish(): void { //初始化3D场景 this.scene = Laya.stage.addChild(Laya.Scene.load("../../res/threeDimen/scene/TerrainScene/XunLongShi.ls")) as Laya.Scene; //删除原始资源中包含的默认相机 var camera: Laya.Camera = this....
来源: Laya_示例 发布时间: 20260303