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

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

701. laya.media.SoundNode [ 86%]

...ode 添加子节点到指定的索引位置。 Node addChildren(... args):void 批量增加子节点 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含 node 节点。 Node customRender(co...

来源: laya_api 发布时间: 20170422

702. 执行回调函数时报is not a function [ 86%]

...执行不了吗?求解决办法。//Main.as private function loadRoles():void {     SocketProxy.instance.setRoleCall(getRolesBack); } protected function getRolesBack(data:ByteArray):void {     var len:int=data.readShort();     if (len == 0)     { //没有角色...则开始创建    ...

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

703. laya.physics.PhysicsDebugDraw [ 86%]

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

704. laya.utils.ClassUtils [ 86%]

...  MethodDefined By  addGraphicsToSprite(graphicO:Object, sprite:Sprite):void[static] 将graphic对象添加到Sprite上 ClassUtils  addGraphicToSprite(graphicO:Object, sprite:Sprite, isChild:Boolean = false):void[static] 将graphic绘图指令添加到sprite上 ClassUtils  createByJson(json:*...

来源: laya_api 发布时间: 20170929

705. UI-Slider [ 86%]

...s, Handler.create(this, this.onLoadComplete)); } private onLoadComplete(): void { this.placeHSlider(); this.placeVSlider(); } private placeHSlider(): void { var hs: HSlider = new HSlider(); hs.skin = "../../res/ui/hslider.png"; hs.width = 300; hs.pos(50, 170); hs.min = 0; hs.max = 100; hs.value = 50...

来源: Laya_示例 发布时间: 20241119

706. 鼠标交互-双指缩放(多点触控) [ 86%]

...showall"; Laya.stage.bgColor = "#232628"; this.setup(); } private setup(): void { this.createSprite(); Laya.stage.on(Event.MOUSE_UP, this, this.onMouseUp); Laya.stage.on(Event.MOUSE_OUT, this, this.onMouseUp); } private createSprite(): void { this.sp = new Sprite(); var w: number = 300, h: number = ...

来源: Laya_示例 发布时间: 20241119

707. 输入设备-指南针 [ 86%]

...ad(this.compassImgPath, Handler.create(this, this.init)); } private init():void { // 创建罗盘 this.createCompass(); // 创建方位指示器 this.createDirectionIndicator(); // 画出其他UI this.drawUI(); // 创建显示角度的文本 this.createDegreesText(); Gyroscope.instance.on(Event.CHAN...

来源: Laya_示例 发布时间: 20241119

708. laya.events.InputManager_API3.0 [ 86%]

... number y: number Returns Sprite handleKeys handleKeys(ev: KeyboardEvent): void Defined in laya/events/InputManager.ts:416 Parameters ev: KeyboardEvent Returns void handleMouse handleMouse(ev: MouseEvent | WheelEvent, type: number): void Defined in laya/events/InputManager.ts:175 Parameters ev: Mous...

来源: Laya3.0_api 发布时间: 20231115

709. laya.d3.resource.Texture2D [ 86%]

...Texture2D。 Texture2D  onAsynLoaded(url:String, data:*, params:Array):void[override] private Texture2DProtected Methods  MethodDefined By  detoryResource():void[override] 销毁资源。 Texture2D  recreateResource():void[override] 重新创建资源,如果异步创建中被强制释放再...

来源: laya_api 发布时间: 20170929

710. 3D变换 · LayaAir3.0文档 · LAYABOX [ 86%]

...部空间。 */ translate(translation: Vector3, isLocal: boolean = true): void { if (isLocal) { Matrix4x4.createFromQuaternion(this.localRotation, Transform3D._tempMatrix0); Vector3.transformCoordinate(translation, Transform3D._tempMatrix0, Transform3D._tempVector30); Vector3.add(this.localPosition,...

来源: Laya3.0_文档 发布时间: 20241014