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

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

191. laya.html.dom.HTMLIframeElement_API3.0 [ 56%]

...鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited from AnimationBase.mous...

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

192. laya.net.ResourceVersion_API3.0 [ 56%]

...路径。 callback: Handler 清单(json)文件加载完成后执行。 Default value type: number = 2 FOLDER_VERSION为基于文件夹管理方式(老版本IDE默认类型),FILENAME_VERSION为基于文件名映射管理(新版本IDE默认类型 Returns void Globals "laya/net/ResourceVers...

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

193. laya.html.dom.HTMLDivElement_API3.0 [ 56%]

...鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited from AnimationBase.mous...

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

194. 在Unity中设置动画事件(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 56%]

...不影响事件的触发这里是随便取的名。 ```typescript export default class SceneScript extends Laya.Script3D { //用于表现的方法 public showMsgFunc; constructor(){ super(); } //对应unity添加的AnimationEvent的动画事件函数,名字是可以对应上的 ShowMsg(){ console....

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

195. laya.d3.webxr.core.WebXRCameraManager_API3.0 [ 56%]

...XRCameraManager.ts:66 用来创建XRCamera管理类 Parameters camera: any Default value manager: WebXRSessionManager = null Returns WebXRCameraManager Properties owner owner: any Defined in laya/d3/WebXR/core/WebXRCameraManager.ts:45 parent Accessors position get position(): Vector3 set position(ne...

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

196. 多重遮罩显示异常 [ 56%]

...anel显示,要么显示一部分或者消失,测试代码如下 export default class ClipView extends Laya.Sprite { constructor() { super(); this.init(); } init() { let bg = new Laya.Sprite(); bg.graphics.drawRect(0, 0, 500, 500, '#aaa'); this.addChild(bg); this.panel = new Laya.Panel(); this.pa...

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

197. laya.d3.component.animator.AnimatorStateCondition_API3.0 [ 56%]

...ent/Animator/AnimatorStateCondition.ts:52 状态机过渡条件 Parameters Default value name: string = null Returns AnimatorStateCondition Accessors id get id(): number Defined in laya/d3/component/Animator/AnimatorStateCondition.ts:66 唯一ID Returns number name get name(): string set name(value:...

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

198. laya.layagl.QuickTestTool_API3.0 [ 56%]

...ean): void Defined in laya/layagl/QuickTestTool.ts:23 Parameters type: any Default value force: boolean = false Returns void Globals "laya/layagl/QuickTestTool" QuickTestTool constructor _renderType _repaint _x _y render __init__ enableQuickTest getMCDName showCountInfo showRenderTypeInfo Legend Cla...

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

199. popup设置了关闭效果后,窗口关闭但遮罩层没有关掉,请问如何处理 [ 56%]

...rIn);              }   import { ui } from "./ui/layaMaxUI"; export default class ShopDialog extends ui.ShopDialogUI { constructor() { super(); this.popupEffect = Laya.Handler.create(this, this.showEffect); this.closeEffect = Laya.Handler.create(this, this.hideEffect); this.btnClose.on(Laya.E...

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

200. 2.0版本,Particle2D is not a constructor [ 56%]

2.0版本,Particle2D is not a constructor export default class RunMain extends Laya.Sprite{ constructor(){ super(); Laya.loader.load([{url:"res/213.part",type:Laya.Loader.JSON}],Laya.Handler.create(this,this.onAssetsLoaded)); } onAssetsLoaded(){ let pg = Laya.loader.getRes("res/213.part"); let pd...

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