大约有 431 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0047 秒)
...鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited from AnimationBase.mous...
来源: Laya3.0_api 发布时间: 20231102
...路径。 callback: Handler 清单(json)文件加载完成后执行。 Default value type: number = 2 FOLDER_VERSION为基于文件夹管理方式(老版本IDE默认类型),FILENAME_VERSION为基于文件名映射管理(新版本IDE默认类型 Returns void Globals "laya/net/ResourceVers...
来源: Laya3.0_api 发布时间: 20231102
...鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited from AnimationBase.mous...
来源: Laya3.0_api 发布时间: 20231102
...不影响事件的触发这里是随便取的名。 ```typescript export default class SceneScript extends Laya.Script3D { //用于表现的方法 public showMsgFunc; constructor(){ super(); } //对应unity添加的AnimationEvent的动画事件函数,名字是可以对应上的 ShowMsg(){ console....
来源: Laya2.0_文档 发布时间: 20210715
...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
...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
...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
...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
...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
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