大约有 664 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0065 秒)
Laya3.0_api(269) Laya_社区(225) Laya2.0_api(93) laya_api(49) Laya2.0_文档(19) Laya3.0_文档(7) Laya2.0_示例(1) Laya_示例(1)
...r.call(this,context,x,y); this._childs=childs; }2.core中Sprite的zorder的set方法中 有一行代码有疑似bug,麻烦官方帮忙确认 /**z排序,更改此值,则会按照值的大小对同一容器的所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序...
来源: Laya_社区 发布时间: 20180412
...oGlobal lookAt objLookat off offAll offAllCaller on once rotate rotationTo setWorldLossyScale toDir toLocalNormal translate Constructors constructor new NativeTransform3D(owner: Sprite3D): NativeTransform3D Overrides Transform3D.__constructor Defined in laya/d3/RenderObjs/NativeOBJ/NativeTransform3D...
来源: Laya3.0_api 发布时间: 20231115
... this._align = align; this._padding = padding; } /** * 字间距 */ public set padding(v: number){ if(v === this._padding){return;} this._padding = v; if(this.text){ this.createFnt(this.text); } } public get padding(): number{ return this._padding; } /** * 文本内容 */ public set text(v: string) ...
来源: Laya_社区 发布时间: 20180302
...sors awaked destroyed enabled hideFlags id sharedMesh Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPostRender onPreRender onReset onStart onUpdate Constructors constructor new MeshFilter(): MeshFilter Overrides Component.constructor De...
来源: Laya3.0_api 发布时间: 20231115
...ed bounds destroyed enabled hideFlags id lods nowRate Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDisable onEnable onLateUpdate onPostRender onReset onStart onUpdate Constructors constructor new LODGroup(): LODGroup Overrides Component.constructor Defined in laya/d3/component...
来源: Laya3.0_api 发布时间: 20231115
...就是: Laya.loader.load("SnowParticle.part", Handler.create(this, onAssetsLoaded), null, Loader.JSON); public function onAssetsLoaded(settings:ParticleSetting):void { sp = new Particle2D(settings); sp.emitter.start(); ...
来源: Laya_社区 发布时间: 20170522
...ION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors height localOffset localRotation orientation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new CylinderColliderShape(radius?: number, height?: number, orientation?: number): CylinderColliderSh...
来源: Laya3.0_api 发布时间: 20231115
...ION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors length localOffset localRotation orientation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new CapsuleColliderShape(radius?: number, length?: number, orientation?: number): CapsuleColliderShap...
来源: Laya3.0_api 发布时间: 20231115
...ION_UPX SHAPEORIENTATION_UPY SHAPEORIENTATION_UPZ Accessors height localOffset localRotation orientation radius type Methods clone cloneTo destroy updateLocalTransformations Constructors constructor new ConeColliderShape(radius?: number, height?: number, orientation?: number): ConeColliderShape Over...
来源: Laya3.0_api 发布时间: 20231115
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: Laya2.0_api 发布时间: 20190513