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

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

201. 导微信小程序报错window.focus is not a function [ 94%]

导微信小程序报错window.focus is not a function import Browser = Laya.Browser 发布微信小程序 gameThirdScriptError window.focus is not a function TypeError: window.focus is not a function 2018-05-11 添加评论 已悬赏1元 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

202. laya.net.URL [ 94%]

...fined By  basePath : String[static] 基础路径。URL  customFormat : Function[static] 自定义url格式化。例如: customFormat = function(url:String):String{} URL  path : String[read-only] 地址的路径。URL  rootPath : String[static] 根路径。URL  url : String[read-only] 格...

来源: laya_api 发布时间: 20170929

203. laya.utils.Byte [ 94%]

...据,数据只包含有效数据部分。 Implementation     public function get buffer():ArrayBufferbytesAvailableproperty bytesAvailable:int  [read-only] 可从字节流的当前位置到末尾读取的数据的字节数。 Implementation     public function get bytesAvailable():intend...

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

204. laya.d3.resource.RenderTexture [ 94%]

...rpropertydepthStencilBuffer:*  [read-only] Implementation     public function get depthStencilBuffer():*depthStencilFormatproperty depthStencilFormat:int  [read-only] 获取深度格式。 return 深度格式。 Implementation     public function get depthStencilFormat():intframeBufferp...

来源: laya_api 发布时间: 20170929

205. laya.d3.resource.models.BoxMesh [ 94%]

...tailheightpropertyheight:Number 返回高度 Implementation     public function get height():Number    public function set height(value:Number):voidlongproperty long:Number 返回长度 Implementation     public function get long():Number    public function set long(value:Number):vo...

来源: laya_api 发布时间: 20170929

206. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 94%]

...加Floor碰撞范围检测功能 Ok~~ 打开Floor.js开始 修改代码  (function(){ /** * 地板类 */ function Floor(){ //背景贴图纹理 this.bgTexture = null; //最大右边距离 this.maxRight = 0; //判断是否超过右边最大距离了 this.isOutComplete = false; //背景 this.bg = nul...

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

207. laya.d3.resource.models.SphereMesh [ 94%]

...tailradiuspropertyradius:Number 返回半径 Implementation     public function get radius():Number    public function set radius(value:Number):voidslicesproperty slices:int 获取宽度分段 Implementation     public function get slices():int    public function set slices(value:in...

来源: laya_api 发布时间: 20170929

208. laya.d3.resource.models.CylinderMesh [ 94%]

...tailheightpropertyheight:Number 返回高度 Implementation     public function get height():Number    public function set height(value:Number):voidradiusproperty radius:Number 返回半径 Implementation     public function get radius():Number    public function set radius(value:Nu...

来源: laya_api 发布时间: 20170929

209. 自动旋转后残影 [ 94%]

...ls.Tween;     public class testVH {   protected var _tip:Sprite; public function testVH() { IEventDispatcher; Config.isAlpha = true; Config.isAntialias = true; Laya.init(0, 0,true); Laya.stage.bgColor = "#000000"; ChangeSize(); Laya.timer.once(1000,this,function start():void{ Laya.stage.on(Event....

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

210. 骨骼动画-Spine事件 [ 94%]

...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var EventData = Laya.EventData; var Skeleton = Laya.Skeleton; var Templet = Laya.Templet; var Sprite = Laya.Sprite; var Event = Laya.Event; var Browser = Laya.Browser; var Handler = Laya.Handler; var Stat = Laya....

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