大约有 954 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0050 秒)
Laya3.0_api(668) Laya_社区(259) Laya2.0_api(6) Laya3.0_文档(6) laya_api(5) Laya_示例(5) Laya2.0_示例(3) Laya2.0_文档(2)
...ted Menu Globals "laya/components/AnimatorPlayState2D" AnimatorPlayState2D Class AnimatorPlayState2D Hierarchy AnimatorPlayState2D Index Constructors constructor Properties _finish _frontPlay _playAllTime Accessors animatorState duration Constructors constructor new AnimatorPlayState2D(): AnimatorPl...
来源: Laya3.0_api 发布时间: 20231115
...exported Menu Globals "laya/d3/RenderObjs/RenderObj/CullPass" CullPassBase Class CullPassBase Hierarchy CullPassBase BVHCullPass Implements ICullPass Index Accessors cullList Methods cullByCameraCullInfo cullByShadowCullInfo cullingSpotShadow cullDistanceVolume Accessors cullList get cullList(): Sin...
来源: Laya3.0_api 发布时间: 20231115
... 请问object层中添加的sprite怎么添加点击事件 Warning!,this class[MiniAdpter] already exist: Object {init: } Cannot read property 'displayObject' of null 遍历子对象的时候多出两个null A B两物体触发时会报null 跳转场景后laya.core.js就报Cannot read property 'width...
来源: Laya_社区 发布时间: 20191226
...Only exported Menu Globals "laya/d3/physics/RaycastVehicle" RaycastVehicle Class RaycastVehicle Hierarchy RaycastVehicle Index Constructors constructor Properties btVehiclePtr tuing userdata Methods addWheel getNumWheels getWheelInfo Constructors constructor new RaycastVehicle(btObj: number): Raycas...
来源: Laya3.0_api 发布时间: 20231115
...u Globals "laya/d3/shader/ShaderVariantCollection" ShaderVariantCollection Class ShaderVariantCollection 着色器变种集合。 Hierarchy ShaderVariantCollection Index Accessors allCompiled variantCount Methods add clear compile contatins getByIndex remove Accessors allCompiled get allCompiled(): ...
来源: Laya3.0_api 发布时间: 20231102
...ls Only exported Menu Globals "laya/ani/bone/canvasmesh/MeshData" MeshData Class MeshData 网格数据 Hierarchy MeshData SkinMeshForGraphic Index Properties canvasPadding indexes texture useUvTransform uvTransform uvs vertices Methods getBounds Properties canvasPadding canvasPadding: number = 1 Def...
来源: Laya3.0_api 发布时间: 20231115
... = Laya.Label; import Handler = Laya.Handler; import Loader = Laya.Loader; class TestUI extends game.ui.test.TestPageUI { constructor() { super(); //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 this.btn.on(Laya.CLICK, this, this.onBtnClick); this.btn2.on(Laya....
来源: Laya_示例 发布时间: 20241125
... = Laya.Label; import Handler = Laya.Handler; import Loader = Laya.Loader; class TestUI extends game.ui.test.TestPageUI { constructor() { super(); //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 this.btn.on(Laya.CLICK, this, this.onBtnClick); this.btn2.on(Laya....
来源: Laya2.0_示例 发布时间: 20200319
... Externals Only exported Menu Globals "laya/filters/GlowFilter" GlowFilter Class GlowFilter 发光滤镜(也可以当成阴影滤使用) Hierarchy Filter GlowFilter Implements IFilter Index Constructors constructor Methods getBlurInfo1Native getBlurInfo2Native getColorNative _filter Constructors c...
来源: Laya3.0_api 发布时间: 20231115
新手入坑请教下各位大神关于LayaMaxUI问题 /**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import View=Laya.View; import Dialog=Laya.Dialog; import Scene=Laya.Scene; var REG: Function = Laya.ClassUtils.regClass; export module ui.test { ex...
来源: Laya_社区 发布时间: 20190402