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

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

111. 物理引擎显示旋转问题 [ 53%]

...变成这样了   LayaUISample.js代码:   (function () {     var Sprite = Laya.Sprite;     var Stage = Laya.Stage;     var Browser = Laya.Browser;     var WebGL = Laya.WebGL;     var Render = Laya.Render;     var Matter = Browser.window.Matter;     var LayaRender = B...

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

112. 要做一个方形倒计时,请问该怎么实现,不知道该怎么做 [ 51%]

... laya123 package huamao.layer.ui { import app.TheGame; import laya.display.Sprite; import laya.maths.Rectangle; public class CdSprite extends Sprite { public static const START:int = -90; public static const COLOR:String = "#000000"; private var r:Number = BarCell.WID / Math.SQRT2; private var rect:...

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

113. FlashBuilder中第一个程序“Hello Layabox”(ActionScript-LayaAir基础篇(AS3)-快速上手) [ 50%]

...名的ActionScript类,如果需要用到这个类的话需要把里边的Sprite包删除掉,因为是Flash原生的包,不删除的话会报错。* **步骤二**: 在名称栏输入HelloLayabox,点击“完成”新建一个ActionScript类。如图6-1所示 ![6](img/6.jpg) (图6-1) **步...

来源: Laya2.0_文档 发布时间: 20210715

114. layaair1.78版本 textarea和textinput在电脑平台时一点击整个canvas往上移动。 [ 50%]

...的PureMVC框架 分享:打地鼠 AS、JS、TS版本 Demo! 如何设置Sprite的宽高和点击区域? 求指点3d射线碰撞和UI点击穿透的问题 btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 请问2.0的版本开始,我用ts编写的...

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

115. laya.ui.Box [ 50%]

...s | Events Packagelaya.uiClasspublic class BoxInheritanceBox UIComponent Sprite Node EventDispatcher ObjectImplements IBoxSubclasses LayoutBox, List, Panel, ScaleBox, Tree, UIGroup, ViewStack Box 类是一个控件容器类。 Public Properties Hide Inherited Public Properties Show Inherited Publi...

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

116. laya.ui.Tree_API3.0 [ 50%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

117. laya.ui.RadioGroup_API3.0 [ 50%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

118. laya.ui.Tab_API3.0 [ 49%]

...: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加...

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

119. 内存优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 49%]

...对象回收至对象池内。 ```javascript package { import laya.display.Sprite; import laya.display.Stage; import laya.ui.Image; import laya.utils.Pool; import laya.webgl.WebGL; public class PoolTest { //创建新对象的时间 private var createTime:int=0; public function PoolTest() { //初始...

来源: Laya2.0_文档 发布时间: 20210715

120. laya.html.dom.HTMLDivElement [ 49%]

...kagelaya.html.domClasspublic class HTMLDivElementInheritanceHTMLDivElement Sprite Node EventDispatcher ObjectSubclasses HTMLIframeElement HTML图文类,用于显示html内容 支持的标签如下: a:链接标签,点击后会派发"link"事件 比如:a div:div容器标签,比如: span:行内...

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