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

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

181. 分享问题解决,关键词:canvas不在左上角,鼠标点击位置偏移怎么办 [ 82%]

...题首先,请找到代码initevent initEvent(e, nativeEvent = null) { var _this = this; _this._event._stoped = false; _this._event.nativeEvent = nativeEvent || e; _this._target = null; var docElem = document.documentElement var win = document.defaultView var clientBox = Browser._container.getBoundin...

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

182. laya.ani.swf.MovieClip_API3.0 [ 82%]

...。 Hierarchy Sprite MovieClip Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize basePath hitTestPrior interval loop mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode cacheAs c...

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

183. laya.ui.Radio_API3.0 [ 82%]

... Button Radio Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheA...

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

184. laya.physics.BoxCollider [ 82%]

...ited Protected Methods Show Inherited Protected Methods MethodDefined By _onDestroy():void[override] ColliderBase _onEnable():void[override] ColliderBase  getDef():*[override] BoxColliderProperty Detailheightpropertyheight:Number矩形高度 Implementation     public function get height():N...

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

185. 向官方反映1.75引擎库后 事件执行 发生的bug [ 82%]

... /**         *执行事件处理。         */         __proto.runEvent=function(){             var len=this._eventList.length;             if (!len)return;             var _this=this;             var i=0;             var localevnetList ...

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

186. 对话框点击空白处无法关闭 [ 82%]

...1.7.15这是我在编辑模式发布的一个对话框var testUI=(function(_super){ function testUI(){ testUI.__super.call(this); } CLASS$(testUI,'ui.testUI',_super); var __proto__=testUI.prototype; __proto__.createChildren=function(){ laya.ui.Component.prototype.createChildren.call(this); this.crea...

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

187. laya.display.AnimationBase_API3.0 [ 82%]

...ionBase FrameAnimation Animation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha a...

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

188. laya.display.FrameAnimation_API3.0 [ 82%]

...e FrameAnimation EffectAnimation Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior loop mouseThrough name tag wrapMode WRAP_PINGPONG WRAP_POSITIVE WRAP_REVERSE drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha a...

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

189. 有震屏的算法吗 [ 82%]

...个回复 laya21126 赞同来自: /** 是否震动中 */   protected var _isShake:Boolean;   /**    * 震动屏幕     * @param callBack    * @param times    * @param offset    * @param speed    *    */     public function stageShake(callBack:Function = null, times:uint = 2, o...

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

190. laya.ui.HScrollBar_API3.0 [ 82%]

...port laya.ui.HScrollBar; import laya.utils.Handler; public class HScrollBar_Example { private var hScrollBar:HScrollBar; public function HScrollBar_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resourc...

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