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

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

441. 有关继承类的问题 [ 90%]

有关继承类的问题 //建筑类 var Building = (function (_super){ function Building(params) { Building.super(this); } Laya.class(Building,"Building",_super); return Building; })(Laya.Sprite)   //床 var Bed = (function (_super){ function Bed(params) { Bed.super(this); } Laya.class(Bed,"Bed",...

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

442. laya.utils.HitArea [ 90%]

...前只支持圆形,矩形,多边形) Implementation     public function get hit():Graphics    public function set hit(value:Graphics):voidunHitproperty unHit:Graphics 不可点击区域,可以设置绘制一系列矢量图作为非点击区域(目前只支持圆形,矩形,多...

来源: laya_api 发布时间: 20170929

443. laya.d3.core.particleShuriKen.module.Burst [ 90%]

... [read-only] 获取爆裂的最大数量。 Implementation     public function get maxCount():intminCountproperty minCount:int  [read-only] 获取爆裂的最小数量。 Implementation     public function get minCount():inttimeproperty time:Number  [read-only] 获取爆裂时间,单...

来源: laya_api 发布时间: 20170929

444. laya.d3.core.particleShuriKen.module.Burst [ 90%]

... [read-only] 获取爆裂的最大数量。 Implementation     public function get maxCount():intminCountproperty minCount:int  [read-only] 获取爆裂的最小数量。 Implementation     public function get minCount():inttimeproperty time:Number  [read-only] 获取爆裂时间,单...

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

445. UI-ComboBox [ 90%]

...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var Stage = Laya.Stage; var ComboBox = Laya.ComboBox; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var skin = "../../res/ui/combobox.png"; (function() { // 不支持WebGL时自动切换至Canvas Laya.init(...

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

446. 文本-位图字体 [ 90%]

...ipt、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。(function() { var BitmapFont = Laya.BitmapFont; var Stage = Laya.Stage; var Text = Laya.Text; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var fontName = "diyFont"; (function() { // 不支持...

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

447. 这个怎么解决 [ 90%]

...nexpected token A in JSON at position 217;at api readFile success callback function SyntaxError: Unexpected token A in JSON at position 217 at JSON.parse (<anonymous>) at Function.MiniAdpter.getJson (http://127.0.0.1:38746/game/code.js:34118:15) at Function.MiniLoader.onReadNativeCallBack (htt...

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

448. laya.d3.core.render.command.CommandBuffer [ 90%]

...id private CommandBufferConstructor DetailCommandBuffer()Constructorpublic function CommandBuffer() 创建一个 CommandBuffer 实例。 Method Detail_apply()method public function _apply():void private blit()method  public function blit(source:RenderTexture, dest:RenderTexture, shader:Shader3D, sh...

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

449. laya.d3.core.trail.TrailSprite3D [ 90%]

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

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

450. laya.d3.graphics.VertexPositionNormalColorTangent [ 90%]

...ailcolorpropertycolor:Vector4  [read-only] Implementation     public function get color():Vector4normalproperty normal:Vector3  [read-only] Implementation     public function get normal():Vector3positionproperty position:Vector3  [read-only] Implementation     public function get...

来源: laya_api 发布时间: 20170929