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

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

351. laya.resource.RenderTextureCube_API3.0 [ 57%]

... exported Menu Globals "laya/resource/RenderTextureCube" RenderTextureCube Class RenderTextureCube SpotLight 类用于创建RenderTextureCube。 Hierarchy RenderTexture RenderTextureCube Implements IRenderTarget Index Constructors constructor Properties _generateMipmap _id _inPool _isCameraTarget _r...

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

352. laya.d3.webxr.core.WebXRRenderTexture_API3.0 [ 57%]

...ed Menu Globals "laya/d3/WebXR/core/WebXRRenderTexture" WebXRRenderTexture Class WebXRRenderTexture author miner 类用来创建WebXRRenderTexture Hierarchy RenderTexture WebXRRenderTexture Implements IRenderTarget Index Constructors constructor Properties _generateMipmap _id _inPool _isCameraTarget...

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

353. 鼠标事件能否在有图形的区域感应,特别是子项坐标为负数时(已经找到问题) [ 57%]

...) package { import laya.display.Sprite; import laya.events.Event; public class MainUi extends Sprite { private var testPan:Sprite; public function MainUi() { super(); this.graphics.drawRect(0,0,500,500,"#fff0cc"); testPan = new Sprite(); testPan.name = "testPan"; this.addChild( testPan ); testPan....

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

354. Tab属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 57%]

...绍请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.Tab](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tab) ## 2、通过LayaAirIDE创建Tab组件 ### 2.1 创建Tab ​ 点击选择`资源管理器`...

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

355. Tab属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 57%]

...绍请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.Tab](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tab) ## 2、通过LayaAirIDE创建Tab组件 ### 2.1 创建Tab ​ 点击选择`资源管理器`...

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

356. 动画状态机 · LayaAir3.3 · 引擎文档 · LAYABOX [ 57%]

...,添加的代码如下: ... import Vector3 = Laya.Vector3; ... export class AnimationScript extends Laya.AnimatorStateScript { ... private model: Laya.Sprite3D; /**@internal */ setPlayScriptInfo(animator: Laya.Animator | Laya.Animator2D, layerindex: number, playstate: Laya.AnimatorState | Laya.A...

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

357. 多光源渲染(TypeScript-3D基础(TS)-LayaAir3D之灯光) [ 57%]

...的代码来做讲解: > 移动灯光脚本 ```typescript export default class LightMoveScript extends Laya.Script3D { //需要操作的光源数组 public lights = []; //光源对应的位置偏移数组 public offsets = []; //光源对应的移动半径数组 public moveRanges = []; public onUpd...

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

358. 多光源渲染(JavaScript-3D基础(JS)-LayaAir3D之灯光) [ 57%]

...的代码来做讲解: > 移动灯光脚本 ```typescript export default class LightMoveScript extends Laya.Script3D { //需要操作的光源数组 public lights = []; //光源对应的位置偏移数组 public offsets = []; //光源对应的移动半径数组 public moveRanges = []; public onUpd...

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

359. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 57%]

...u Globals "laya/d3/resource/MulSampleRenderTexture" MulSampleRenderTexture Class MulSampleRenderTexture MulSampleRenderTexture类用于创建多重采样渲染目标 webGL2.0多重采样才会生效 Hierarchy RenderTexture MulSampleRenderTexture Implements IRenderTarget Index Constructors constructo...

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

360. Tab属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 57%]

...绍请参考 [http://layaair.ldc.layabox.com/api/index.html?category=Core&class=laya.ui.Tab](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tab) ## 2、通过LayaAirIDE创建Tab组件 ### 2.1 创建Tab ​ 点击选择`资源管理器`...

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