大约有 447 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0040 秒)
...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
...G defuv flipyuv Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture depthStencilFormat destroyed dimension filterMode format gammaCorrection gammaSpace generateMipmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCount obsolute offsetX offsetY referenceCount samples so...
来源: Laya3.0_api 发布时间: 20231115
...鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough ...
来源: Laya3.0_api 发布时间: 20231115
...derElement.ts:175 Parameters customShader: Shader3D replacementTag: string Default value subshaderIndex: number = 0 Returns void _renderUpdatePre _renderUpdatePre(context: RenderContext3D): void Inherited from RenderElement._renderUpdatePre Defined in laya/d3/core/render/RenderElement.ts:219 Paramet...
来源: Laya3.0_api 发布时间: 20231102
...nstructor Defined in laya/filters/BlurFilter.ts:13 模糊滤镜 Parameters Default value strength: number = 4 模糊滤镜的强度值 Returns BlurFilter Properties renderFunc renderFunc: any Defined in laya/filters/BlurFilter.ts:13 strength strength: number Defined in laya/filters/BlurFilter.ts:10 ...
来源: Laya3.0_api 发布时间: 20231115