大约有 1,502 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0063 秒)
Laya_社区(813) Laya3.0_api(343) Laya2.0_api(142) laya_api(114) Laya2.0_文档(52) Laya3.0_文档(29) Laya2.0_示例(5) Laya_示例(4)
...plementation public function get w():Number public function set w(value:Number):voidxproperty x:Number 获取X轴坐标。 Implementation public function get x():Number public function set x(value:Number):voidyproperty y:Number 获取Y轴坐标。 Implementation ...
来源: laya_api 发布时间: 20170929
...板一个资源 EditorEnv.postMessageToPanel("ProjectPanel", "select", assetId); //调用自定义的Panel的一个方法,并返回结果 let ret = await EditorEnv.sendMessageToPanel("MyPanel", "getResult"); //使用eval执行一些简单的脚本 let ret = await EditorEnv.runUIScript("window.eval...
来源: Laya3.0_文档 发布时间: 20251010
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: laya_api 发布时间: 20170929
... public function get templet():AnimationTemplet public function set templet(value:AnimationTemplet):voidurlproperty url:String [write-only] [override] 设置url地址。 Implementation public function set url(value:String):voidConstructor DetailRigidAnimations()Constructorpubli...
来源: laya_api 发布时间: 20170929
...IDisposeSubclasses AnimationTemplet, BaseMaterial, BaseMesh, BaseShader, BaseTexture, Buffer, Sky, TerrainHeightData, TerrainRes Resource 资源存取类。 Public Properties PropertyDefined By disposed : Boolean[read-only] 是否已处理。 Resource id : int[read-only] 获取唯一标识ID(...
来源: laya_api 发布时间: 20170422
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: Laya2.0_api 发布时间: 20190513
...url:String, complete:Handler):void[static] 加载材质。 BaseMaterial setShaderName(name:String):void 设置使用Shader名字。 BaseMaterialProtected Methods MethodDefined By _disposeResource():void[override] BaseMaterialPublic Constants ConstantDefined By RENDERQUEUE_ALPHATEST : int...
来源: Laya2.0_api 发布时间: 20190513
...0; xSprite.y = 200; 5 然后再XSprite这个类里将XY复写比如 public set x(val: number) { this._x = val; } public get x(): number { return this._x; } public set y(val: number) { this._y = val; } public get y(): number { return this.__y; } 然后运行 会发现坐标显示正常 但是打包...
来源: Laya_社区 发布时间: 20180226
...ion public function get exactBox():BoundBox public function set exactBox(value:BoundBox):voidrelaxBoxproperty relaxBox:BoundBox Implementation public function get relaxBox():BoundBox public function set relaxBox(value:BoundBox):voidConstructor DetailOctreeNode()Constru...
来源: laya_api 发布时间: 20170929
...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