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

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

1021. laya.d3.core.particleshuriken.module.shape.BaseShape_API3.0 [ 68%]

...lone Index Constructors constructor Properties enable randomDirection shapeType Methods clone cloneTo generatePositionAndDirection Constructors constructor new BaseShape(): BaseShape Defined in laya/d3/core/particleShuriKen/module/shape/BaseShape.ts:31 创建一个 BaseShape 实例。 Returns BaseSh...

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

1022. 如何使用TS的命名空间(namespace)? [ 68%]

...tion registerCommand(){ //doSomething }; export interface ICommand{ excute(type:string, params:any):void; } }   2019-09-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 186*****180 相关问题 LayaAir3D UnityPlugin 使用须知-版本...

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

1023. laya.ui.Button [ 68%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...

来源: laya_api 发布时间: 20170929

1024. laya.d3.core.QuaternionKeyframe_API3.0 [ 68%]

...ime value weightedMode defaultWeight clone cloneTo Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface

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

1025. laya.ui.CheckBox [ 68%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。 Sprite mouseX : Number[read-only] 返回鼠标在此对象坐标系上的 X 轴坐标信息。 Sprite mouseY : Number[read-only] 返回鼠标在此对象坐标系...

来源: laya_api 发布时间: 20170929

1026. video rmtp ERR_UNKNOWN_URL_SCHEME [ 68%]

...e src="rtmp://rtmp.open.ys7.com/openlive/2245d47a94b54c73bdbc628a10855c50" type="" /><source src="http://hls.open.ys7.com/openli ... ot%3B type="application/x-mpegURL" />'; videoElement.innerHTML = html; videoElement.controls = true; videoElement.autoplay = true; videoElement.preload = true...

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

1027. view和panel关于mouseThrough的区别 [ 68%]

...域的属性为:width、height、hitArea,优先级顺序为:hitArea(type:HitArea)>hitArea(type:Rectangle)>width/height。</p>          * @default false    不可穿透,此对象的鼠标响应区域由width、height、hitArea属性决定。</p>          */ 20...

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

1028. laya3.0中jszip使用异常 [ 68%]

..."resources/files/config.zip";         Laya.loader.load([{ url: zipUrl, type: Laya.Loader.BUFFER }], null, Laya.Handler.create(this, this.onLoadCfg, null, false)).then(             (value) => {                 JSZip.loadAsync(value).then(                     (zipData: J...

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

1029. laya.d3.resource.models.MorphTargetData_API3.0 [ 68%]

...oy getMorphChannel getMorphChannelbyIndex initData Legend Class Class with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

1030. 如何动态在index.html加入script [ 68%]

...式码该怎么做呢? <!--启动类添加到这里--> <script type="text/javascript" src="main.min.js"></script> <script type="text/javascript" src="main.js"></script> <script> var gameCanvas = document.getElementById("layaCanvas"); if ((sys.platform !== sys.DE...

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