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

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

521. sk文件加载 [ 89%]

...   public class LayaUISample {                  public function LayaUISample() {             //初始化引擎             Laya.init(600, 400,WebGL);                          //激活资源版本控制 ResourceVersion.enable("version...

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

522. laya.ani.bone.Skeleton [ 89%]

...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

523. laya.d3.graphics.VertexPositionNormalTexture0Texture1Skin [ 89%]

...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

524. laya.ui.Image [ 89%]

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

来源: laya_api 发布时间: 20170929

525. 绘制矩形与圆角矩形(JavaScript-LayaAir基础篇(JS)-矢量图) [ 89%]

...用LayaAir引擎绘制矢量矩形,示例代码如下: ```javascript (function() {     var Sprite = Laya.Sprite;     var Stage  = Laya.Stage;        (function()     {         //初始化舞台         Laya.init(500, 300);         drawSomething();...

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

526. 感觉实例之间是关联的,求指教。(已解决) [ 89%]

...赐教。   这是场景代码/* * 用户扑克界面; */ 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

527. 超出文本区域的处理&滚动文本(JavaScript-LayaAir基础篇(JS)-文本) [ 89%]

...文本域外的字符像素,并且支持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

528. laya.utils.Handler_API3.0 [ 89%]

...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

529. 2.7.3版本用命令行发布包报出异常 Task function must be specified [ 89%]

2.7.3版本用命令行发布包报出异常 Task function must be specified 附件 : --> 2020-10-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 天行健 赞同来自: E:\SLWHClient>layaair2-cmd -v 1.6.10 ...

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

530. laya.d3.graphics.VertexGlitter [ 89%]

...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