• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 632 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0086 秒)

521. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 39%]

...: boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node 节点对象 。 Returns boolean 一个布尔值表示是否包含指定的 Node 节点对象 。 destroy destroy(destroyChild?: boo...

来源: Laya3.0_api 发布时间: 20231115

522. laya.ui.Tab_API3.0 [ 39%]

...添到显示列表。 } private function onSelect(index:int):void { trace("当前选择的表情页索引: index= ", index); } } } example Laya.init(640, 800);//设置游戏画布宽高 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/tab.png"], laya.utils....

来源: Laya3.0_api 发布时间: 20231115

523. 动画不显示 [ 39%]

...        return ;             }             //计算当前应该在得坐标             var pos:Point = new Point();             var escapeMS:int = Browser.now() - m_MovStartTime;             if (escapeMS >= this.m_MovNeedMs)            ...

来源: Laya_社区 发布时间: 20170921

524. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 39%]

...     Automatically Save The Configuration       导出时自动保存当前配置          Browse                 选择导出目录          Clear                     清空当前配置          Revert                  从配置表中读取已保存...

来源: Laya_社区 发布时间: 20170428

525. laya.spine.SpineSkeleton_API3.0 [ 39%]

...Time(value: number): void Defined in laya/spine/SpineSkeleton.ts:164 设置当前播放位置 Parameters value: number 当前时间 Returns void customRenderEnable set customRenderEnable(b: boolean): void Inherited from Text.customRenderEnable Defined in laya/display/Sprite.ts:327 设置是否开启...

来源: Laya3.0_api 发布时间: 20231115

526. laya.ui.MoreGame [ 39%]

...能被回收,需要自己手动回收 Scene contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...

来源: Laya2.0_api 发布时间: 20190513

527. laya.ui.View [ 39%]

...能被回收,需要自己手动回收 Scene contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...

来源: Laya2.0_api 发布时间: 20190513

528. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 39%]

...码了    (function () { /** * 玩家类 */ function Player(){ //记录当前动作 this.action = null; //玩家 this.body = null; //跳 统计数 this.jumpCount = 0; //跳 最大次数 如果想三连跳 改成 3 即可 this.jumpCountMax = 2; Player.__super.call(this); this.init(); } //玩家动...

来源: Laya_社区 发布时间: 20160801

529. laya.map.MapLayer_API3.0 [ 38%]

...。 layerName layerName: string = null Defined in laya/map/MapLayer.ts:42 当前Layer的名称 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough Defined in laya/display/Sprite.ts:260 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件...

来源: Laya3.0_api 发布时间: 20231115

530. laya.ui.VSlider [ 38%]

...ue 一个布尔值,指示是否显示标签。 Slider sizeGrid : String 当前实例的背景图( Image )和滑块按钮( Button )实例的有效缩放网格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0:不重复填充,1:重复填充)"...

来源: Laya2.0_api 发布时间: 20190513