大约有 2,789 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0092 秒)
Laya_社区(1162) Laya3.0_api(543) Laya2.0_api(297) laya_api(221) Laya2.0_文档(201) Laya_示例(139) Laya3.0_文档(117) Laya2.0_示例(109)
...ndler)); } /** * 地图加载完成的回调 */ private completeHandler(): void { console.log("地图创建完成"); console.log("ClientW:" + Browser.clientWidth + " ClientH:" + Browser.clientHeight); Laya.stage.on(Laya.Event.RESIZE, this, this.resize); this.resize(); } //鼠标按下拖动地图 pr...
来源: Laya_示例 发布时间: 20260303
...sEffect Accessors active get active(): boolean set active(value: boolean): void Defined in laya/d3/core/render/PostProcessEffect.ts:35 是否开启 Returns boolean Defined in laya/d3/core/render/PostProcessEffect.ts:39 是否开启 Parameters value: boolean Returns void Methods effectInit effectInit...
来源: Laya3.0_api 发布时间: 20231115
...ined By StandardMaterial()StandardMaterial _setRenderStateBlendDepth():void 设置渲染相关状态。 BaseMaterial _setRenderStateFrontFace(isTarget:Boolean, transform:Transform3D):void 设置渲染相关状态。 BaseMaterial _upload():void 上传材质。 BaseMaterial clone():* 克隆。 ...
来源: laya_api 发布时间: 20170929
...Laya.stage.on('mouseup', this, this.onMouseUp); } private createCanvases():void { var graphicsCanvas:Sprite = new Sprite(); Laya.stage.addChild(graphicsCanvas); var liveGraphicsCanvas:Sprite = new Sprite(); Laya.stage.addChild(liveGraphicsCanvas); this.liveGraphics = liveGraphicsCanvas.graphics; thi...
来源: Laya2.0_示例 发布时间: 20260303
...urves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 这个方法的参数详解 一直不明白数组里面的点的作用 2016-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20161129
...kenParticleMaterial()ShurikenParticleMaterial _setRenderStateBlendDepth():void 设置渲染相关状态。 BaseMaterial _setRenderStateFrontFace(isTarget:Boolean, transform:Transform3D):void 设置渲染相关状态。 BaseMaterial _upload():void 上传材质。 BaseMaterial clone():* 克隆。 ...
来源: laya_api 发布时间: 20170929
...y Byte(data:* = null) 创建一个 Byte 类的实例。 Byte clear():void 清除字节数组的内容,并将 length 和 pos 属性重置为 0。调用此方法将释放 Byte 实例占用的内存。 Byte getSystemEndian():String[static] 获取当前主机的字节序。 主机字节序,...
来源: Laya2.0_api 发布时间: 20190513
...eturns Plane matrix get matrix(): Matrix4x4 set matrix(matrix: Matrix4x4): void Defined in laya/d3/math/BoundFrustum.ts:167 描述矩阵。 Returns Matrix4x4 Defined in laya/d3/math/BoundFrustum.ts:171 描述矩阵。 Parameters matrix: Matrix4x4 Returns void near get near(): Plane Defined in laya/d...
来源: Laya3.0_api 发布时间: 20231115
...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node addComponent(type:Class):* 添加组件。 Node addComponentIntance(comp:Component):* 添加组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = nu...
来源: Laya2.0_api 发布时间: 20190513
... /** * @private */ protected _updateRotation(): void { if (Math.abs(this.yawPitchRoll.y) < 1.50) { Laya.Quaternion.createFromYawPitchRoll(this.yawPitchRoll.x, this.yawPitchRoll.y, this.yawPitchRoll.z, this.tempRotationZ); ...
来源: Laya_社区 发布时间: 20200707