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

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

161. 骨骼动画-藤蔓 [ 74%]

...rowser = Laya.Browser; import Stat = Laya.Stat; import WebGL = Laya.WebGL; export class Skeleton_SpineVine { private mAniPath:string; private mStartX:number = 200; private mStartY:number = 500; private mFactory:Templet; private mActionIndex:number = 0; private mCurrIndex:number = 0; private mArmatur...

来源: Laya_示例 发布时间: 20241117

162. 编译异常 Note that you need plugins to import files that are not JavaScript [ 74%]

...2.0的版本开始,我用ts编写的相关内容,都要使用importexport吗? 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译...

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

163. 屏幕适配-缩放-Show All [ 74%]

...})();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; export class SmartScale_Scale_SHOW_ALL { private rect: Sprite; constructor() { Laya.init(550, 400); Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.createCantralRect(); } private createCantral...

来源: Laya_示例 发布时间: 20241117

164. 屏幕适配-缩放-Extract Fit [ 74%]

...})();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; export class SmartScale_Scale_EXTRACT_FIT { private rect: Sprite; constructor() { Laya.init(550, 400); Laya.stage.scaleMode = Stage.SCALE_EXACTFIT; Laya.stage.bgColor = "#232628"; this.createCantralRect(); } private createCan...

来源: Laya_示例 发布时间: 20241117

165. 骨骼动画-橡胶人 [ 74%]

...rowser = Laya.Browser; import Stat = Laya.Stat; import WebGL = Laya.WebGL; export class Skeleton_SpineStretchyman { private mAniPath:string; private mStartX:number = 200; private mStartY:number = 500; private mFactory:Templet; private mActionIndex:number = 0; private mCurrIndex:number = 0; private m...

来源: Laya_示例 发布时间: 20241117

166. swf播放有问题,遮罩动画不能用吗 [ 73%]

...rowser = Laya.Browser; import WebGL = Laya.WebGL; import Stat = Laya.Stat; export class Animation_SWF{ private SWFPath:string = "h5/res/Map11.swf"; private MCWidth:number = 760; private MCHeight:number = 650; constructor(){ // 不支持WebGL时自动切换至Canvas Laya.init(760,650, WebGL...

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

167. 求助关于TiledMap的版本问题 [ 73%]

...2.0的版本开始,我用ts编写的相关内容,都要使用importexport吗? 问题状态 最新活动: 2018-05-02 12:12 浏览: 3255 关注: 3 人 charley • 2018-05-02 12:26 要仔细看文档 qulinke1230 • 2018-04-30 21:09 我今天试了下也是一样的,一头雾水 charley • ...

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

168. 为什么我获取不到鼠标滚轮的delta值,我查看laya.events.Event 里面没有这个属性 [ 73%]

...rowser; import WebGL = Laya.WebGL; import Rectangle = laya.maths.Rectangle export class Interaction_Scale { constructor() { Laya3D.init(640, 1136, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; // Laya.Stat.show(); this.scene = Laya.stage.addChild(new Laya.Scene()) as Laya.Scene; this.camera =...

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

169. Sprite-容器 [ 73%]

...nt = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Sprite_Container { // 该容器用于装载4张猩猩图片 private apesCtn: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.sta...

来源: Laya2.0_示例 发布时间: 20241117

170. Sprite-容器 [ 73%]

...nt = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Sprite_Container { // 该容器用于装载4张猩猩图片 private apesCtn: Sprite; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.sta...

来源: Laya_示例 发布时间: 20241117