大约有 4,338 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0093 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
... public class LayaUISample { public function LayaUISample() { //初始化引擎 Laya.init(600, 400,WebGL); //激活资源版本控制 ResourceVersion.enable("version...
来源: Laya_社区 发布时间: 20180828
...ren(... args):void 批量增加子节点 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void...
来源: laya_api 发布时间: 20170929
...dexpropertyblendIndex:Vector4 [read-only] Implementation public function get blendIndex():Vector4blendWeightproperty blendWeight:Vector4 [read-only] Implementation public function get blendWeight():Vector4normalproperty normal:Vector3 [read-only] Implementation pub...
来源: laya_api 发布时间: 20170929
...e addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component clearTimer(caller:*, method:Function):void 清理定时器。功能同Lay...
来源: laya_api 发布时间: 20170929
...用LayaAir引擎绘制矢量矩形,示例代码如下: ```javascript (function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; (function() { //初始化舞台 Laya.init(500, 300); drawSomething();...
来源: Laya2.0_文档 发布时间: 20210715
...赐教。 这是场景代码/* * 用户扑克界面; */ var Panel1 = (function (_super) { function Panel1() { Panel1.super(this); //this.poke_a.x=0; } Laya.class(Panel1, "Panel1", _super); var _proto = Panel1.prototype; //======================================= //将指定的牌显示到桌面上...
来源: Laya_社区 发布时间: 20180130
...文本域外的字符像素,并且支持scroll接口。 ```javascript (function() { var Stage = Laya.Stage; var Text = Laya.Text; var Browser = Laya.Browser; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(600, 300, WebGL); Laya.stage.alignV = Stage.ALIGN_...
来源: Laya2.0_文档 发布时间: 20210714
...eate Constructors constructor new Handler(caller?: Object | null, method?: Function | null, args?: any[] | null, once?: boolean): Handler Defined in laya/utils/Handler.ts:23 根据指定的属性值,创建一个 Handler 类的实例。 Parameters Default value caller: Object | null = null 执行...
来源: Laya3.0_api 发布时间: 20231115
2.7.3版本用命令行发布包报出异常 Task function must be specified 附件 : --> 2020-10-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 天行健 赞同来自: E:\SLWHClient>layaair2-cmd -v 1.6.10 ...
来源: Laya_社区 发布时间: 20201023
...itionpropertyposition:Vector3 [read-only] Implementation public function get position():Vector3textureCoordinateproperty textureCoordinate:Vector2 [read-only] Implementation public function get textureCoordinate():Vector2timeproperty time:Number [read-only] Implementation ...
来源: laya_api 发布时间: 20170929