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

大约有 4,336 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0100 秒)

571. laya.physics.joint.DistanceJoint [ 89%]

...过程中受到的阻尼,建议取值0~1 Implementation     public function get damping():Number    public function set damping(value:Number):voidfrequencyproperty frequency:Number弹簧系统的震动频率,可以视为弹簧的弹性系数 Implementation     public function get fr...

来源: Laya2.0_api 发布时间: 20190513

572. 角色碰撞器添加复合型碰撞形状,报错Qt[a[((a[(t >> 2)] + 8) >> 2)]] is not a function [ 89%]

...碰撞形状,报错Qt[a[((a[(t >> 2)] + 8) >> 2)]] is not a function        <<<<<<<<报错: //飞机 let plane = scene.getChildByName("plane") as Laya.MeshSprite3D; let character: Laya.CharacterController = plane.addComponent(Laya.CharacterController);  l...

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

573. laya.d3.Input3D [ 89%]

...lean 获取是否可以使用多点触摸。 Implementation     public function get multiTouchEnabled():Boolean    public function set multiTouchEnabled(value:Boolean):voidMethod Detail__init__()method public function __init__(canvas:*, scene:Scene3D):void private Parameters canvas:* scene:...

来源: Laya2.0_api 发布时间: 20190513

574. 2.0版本 ios浏览器旋转,会导致适配出现问题,无法旋转回来 [ 89%]

...Width=false; var windowOnWidth=true; var isIos=true; window.top.onresize = function () { var u = navigator.userAgent; if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { isIos=false; }else if(!!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)){ isIos=true; } var windowWidth=true; if(window.doc...

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

575. 调用动画结束on方法,报错this.zombieAnimator.on is not a function [ 89%]

调用动画结束on方法,报错this.zombieAnimator.on is not a function 创建官方示例3D Laya.Sprite3D.load("res/threeDimen/skinModel/Zombie/Zombie.lh", Laya.Handler.create(this, function(zombie:Laya.Sprite3D):void { scene.addChild(zombie); this.zombieAnimator = (zombie.getChildAt(0) as Lay...

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

576. UI-ColorPicker [ 89%]

...、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Stage = Laya.Stage; var ColorPicker = Laya.ColorPicker; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var skin = "../../res/ui/colorPicker.png"; (function() { // 不支持Web...

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

577. laya.ui.UIUtils [ 89%]

...换的转义字符表 UIUtilsMethod DetailaddFilter()method public static function addFilter(target:Sprite, filter:IFilter):void 给指定的目标显示对象添加滤镜。 Parameters target:Sprite — 目标显示对象。  filter:IFilter — 滤镜对象。 adptString()method  public static fu...

来源: Laya2.0_api 发布时间: 20190513

578. 适配模式在 showall 模式下火狐(PC)的sizeGrid 特别容易出现间隙 [ 89%]

...? 2017-08-28 0 1 分享 微博 QZONE 微信 a1284964657 赞同来自: (function() { var Stage = Laya.Stage; var Image = Laya.Image; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas             Laya.init(550, 400);             // Laya.init(550, 400);    ...

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

579. laya.ui.UIUtils [ 89%]

...换的转义字符表 UIUtilsMethod DetailaddFilter()method public static function addFilter(target:Sprite, filter:IFilter):void 给指定的目标显示对象添加滤镜。 Parameters target:Sprite — 目标显示对象。  filter:IFilter — 滤镜对象。 adptString()method  public static fu...

来源: laya_api 发布时间: 20170929

580. laya.d3.core.Sprite3D_API3.0 [ 89%]

...s type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...

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