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

大约有 3,520 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0074 秒)

1201. laya.d3.resource.RenderTextureCube_API3.0 [ 62%]

...Resource.lock Defined in laya/resource/Resource.ts:95 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:97 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource....

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

1202. 关于微信小游戏渲染子域图的问题 [ 62%]

... = new Texture(Browser.window.sharedCanvas); texture.bitmap.alwaysChange = true;//小程序使用,非常费,这个参数可以根据自己的需求适当调整,如果内容不变可以不用设置成true sprite.graphics.drawTexture(texture, 0, 0, texture.width, texture.height); Laya.stage.addC...

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

1203. 使用滤镜报错 [ 61%]

...leFilter];     v.mouseEnabled = false; } //按钮恢复 function enable_true(v) {     v.filters = null;     v.mouseEnabled = true; } 报错日志: TypeError: f.action.setValue is not a function at TextureSV.__proto.setFilters (file:///E:/FS_Project/trunk/LAYA/PFX12/H5_SHZ/bin/libs/laya.co...

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

1204. webstorm能编译ts代码到bundle.js 里面吗 [ 61%]

...式执行) let useIDENode = process.argv[0].indexOf("LayaAir") > -1 ? true : false; //获取Node插件和工作路径 let ideModuleDir = useIDENode ? process.argv[1].replace("gulp\\bin\\gulp.js", "").replace("gulp/bin/gulp.js", "") : ""; let workSpaceDir = useIDENode ? process.argv[2].replace("--...

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

1205. laya.resource.RenderTextureCube_API3.0 [ 61%]

...esource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource...

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

1206. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 61%]

...esource.lock Defined in laya/resource/Resource.ts:103 是否加锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource...

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

1207. 材质-PBRStandard材质 [ 61%]

...种开发语言、LayaAirIDE让项目开发更高效。Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); var scene = Laya.stage.addChild(Laya.Scene.load("../../res/threeDimen/scene/PBRMaterialScene/Showcase.ls"));...

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

1208. laya.d3.physics.PhysicsComponent [ 61%]

...取可碰撞的碰撞组。 PhysicsComponent  canScaleShape : Boolean = true 是否可以缩放Shape。 PhysicsComponent  ccdMotionThreshold : Number 取用于连续碰撞检测(CCD)的速度阈值,当物体移动速度小于该值时不进行CCD检测,防止快速移动物体(例如:子弹)错...

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

1209. Clip属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 61%]

...TimerAnimation() { counter = new Clip(clipSkin, 10, 1); counter.autoPlay = true; counter.interval = 1000; counter.x = (Laya.stage.width - counter.width) / 2 - 35; counter.y = (Laya.stage.height - counter.height) / 2 - 40; Laya.stage.addChild(counter); } function showTotalSeconds() { var clip = new C...

来源: Laya2.0_文档 发布时间: 20210715

1210. laya.ui.UIEvent [ 61%]

...fined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 Event charCode : Boolean[read-only] 包含按下或释放的键的字符代码值。字符代码值为英文键盘值。 Event ctrlKey : Boolean[read-only] 表示 Ctrl 键是处于活...

来源: laya_api 发布时间: 20170929