大约有 44 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
...file ~\Documents\myLaya\myLayaEmpty\.laya\gulpfile.js [10:29:49] Starting 'default'... 出错了: TypeScript error: ../../../node_modules/@types/gsap/index.d.ts(6,22): Error TS6053: File '../../../node_modules/@types/gsap/Animation.d.ts' not found. 2018-09-27 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20180927
...果官方文档(链接)中有明确提示 requestData参数: The default value is nil. If requestData is not nil, your payment request will be rejected. --默认值为nil,如果requestData不是nil,您的支付请求将被拒绝。 目前我的解决方法是注释掉payment.requestData ...
来源: Laya_社区 发布时间: 20190510
...icy 然后在高亮的autoplay-policy选项中,将 右侧下拉菜单里 Default 换成 No user gesture is required CXP • 2018-09-18 14:23 @vvv123:请问你是怎么解决的? vvv123 • 2018-10-10 10:10 按照上面的兄弟的说法做的
来源: Laya_社区 发布时间: 20180503
... _config.Routes.MapHttpRoute( "API Default", "api/{controller}/{username}", new { username = RouteParameter.Optional }); //这是重点,从配置文件的appsettings节点中...
来源: Laya_社区 发布时间: 20200609
...名的无头像者 • 2018-10-25 14:56 写一个ts文件,写上 export default class Move extends Laya.Script{ /** @prop {name:target,tips:"目标容器",type:Prefab}*/ targetPrefab:Laya.Prefab; } 将文件在编辑模式下赋给点添加组件=》code=》move 然后创建一个box拖...
来源: Laya_社区 发布时间: 20181025
...des Sprite.constructor Defined in laya/device/media/Video.ts:43 Parameters Default value width: number = 320 Default value height: number = 240 Returns Video Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:58 _ownGraphics _ownGraphics: boolean...
来源: Laya3.0_api 发布时间: 20231102
...:01:10.221 15618-15618/? E/SELinux: [DEBUG] get_category: variable seinfo: default sensitivity: NULL, cateogry: NULL 03-19 15:01:10.386 3111-3111/? E/Tethering: No numeric data 03-19 15:01:10.391 6882-6882/? E/PlaceHolderContentViewRenderViewAdapter: APPLOGS: configHasChanged w=1080 h=1845 03-19 15:...
来源: Laya_社区 发布时间: 20180319
...鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited from Text.mouseThrough ...
来源: Laya3.0_api 发布时间: 20231115
...e (true); break; case 5: this.skip(4); break; /* istanbul ignore next */ default: throw Error("invalid wire type " + wireType + " at offset " + this.pos); } return this; }; 附件 : --> 2019-12-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...
来源: Laya_社区 发布时间: 20191202
...urces already exist,is repeated loading 加载特效报重复加载 export default class TransformDemo{ private scene:Laya.Scene3D; private position:Laya.Vector3 = new Laya.Vector3(0, 0, 0); private position1:Laya.Vector3 = new Laya.Vector3(0, 0, 0); private rotate:Lay...
来源: Laya_社区 发布时间: 20190509