大约有 806 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0076 秒)
Laya_社区(508) Laya3.0_api(119) Laya2.0_api(72) Laya2.0_文档(29) Laya3.0_文档(25) laya_api(24) Laya_示例(21) Laya2.0_示例(8)
...提交 2 个回复 王大锤 赞同来自: 具体代码位置 MovieClip.as _parseFrame函数内, var mat:Matrix = _data._getMatrix(); spp.transform = mat; 设置对象位置,旧版本使用的是 RenderSprite.TRANSFORM (0x04) 新版本使用常量是 SpriteConst.TRANSFORM (0x02) 导致...
来源: Laya_社区 发布时间: 20181125
...。 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
...题首先,请找到代码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
... 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
...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
... /** *执行事件处理。 */ __proto.runEvent=function(){ var len=this._eventList.length; if (!len)return; var _this=this; var i=0; var localevnetList ...
来源: Laya_社区 发布时间: 20170614
...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
...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
...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
...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