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

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

631. 加载-错误处理和进度 [ 78%]

...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Event = Laya.Event; var Loader = Laya.Loader; var Texture = Laya.Texture; var Handler = Laya.Handler; (function() { Laya.init(550, 400); // 无加载失败重试 Laya.loader.retryNum = 0; var urls = ["do not ...

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

632. laya.ui.ScaleBox [ 78%]

...组件实例。 Node addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.time...

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

633. Laya.loader.load 教程代码出错 [ 78%]

...mg:Sprite ;         private var index:int ;         public function LayaSample() {             //初始化引擎             Laya.init(600, 300);                          img = new Sprite();             var arr:Array = []; ...

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

634. AS中的回调函数为什么只能用Handler创建? [ 78%]

...能用Handler创建? 比如一个主类: private var score:int; public function main():void {  new class(callback); } private function callback(num:int):void {   this.score = num;   var tmp:int = this.score;   trace(tmp); }     另外一个类:class.as 里面有个方法   public functi...

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

635. image.skin = base64 无效 [ 78%]

...ya.ui.Image; /** * ... * @author ww */ public class TestBase64Img { public function TestBase64Img() { Laya.init(1000, 900); testDraw(); } public function testDraw():void { var sp:Sprite; sp = new Sprite(); sp.graphics.drawRect(0, 0, 100, 100, "#ff0000"); Laya.stage.addChild(sp); sp.pos(100, 100); dr...

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

636. laya.ui.AsynDialog [ 78%]

...e addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...

来源: laya_api 发布时间: 20170929

637. laya.d3.core.render.RenderState [ 78%]

...scene:Scene当前场景。Constructor DetailRenderState()Constructorpublic function RenderState() 创建一个 RenderState 实例。 Fri Sep 29 2017, 06:34 PM +08:00

来源: laya_api 发布时间: 20170929

638. 文本基础样式(ActionScript-LayaAir基础篇(AS3)-文本) [ 78%]

...`java package { import laya.display.Text; public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); var txt:Text = new Text(); txt.text = "hello_world"; txt.color = "#ffffff"; Laya.stage.addChild(txt); } } } ``` 这个时候我们就可以看到txt已经添加...

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

639. laya.display.cmd.FillBorderTextCmd [ 78%]

...y 坐标位置(相对于画布)。 Method Detailrecover()method public function recover():void 回收到对象池 Constant DetailIDConstantpublic static const ID:String = FillBorderTextMon May 13 2019, 03:12 PM +08:00

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

640. laya.display.cmd.DrawPolyCmd [ 78%]

...:Number 开始绘制的 Y 轴位置。 Method Detailrecover()method public function recover():void 回收到对象池 Constant DetailIDConstantpublic static const ID:String = DrawPolyMon May 13 2019, 03:12 PM +08:00

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