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

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

281. CameraMoveScript.as在哪儿下载群里的有错 [ 93%]

CameraMoveScript.as在哪儿下载群里的有错 public function CameraMoveScript() { } override public function _initialize(owner:Sprite3D):void { super._initialize(owner); Laya.stage.on(Event.MOUSE_DOWN, this, mouseDown); Laya.stage.on(Event.MOUSE_UP, this, mouseUp); Laya.stage.on(Event.MOUSE_OU...

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

282. laya.ui.TextInput [ 93%]

...e addChildren(... args):void 批量增加子节点 Node callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Component changeText(text:String):void 快速更改显示文本。不进行排版...

来源: laya_api 发布时间: 20170929

283. laya.d3.math.Rand [ 93%]

...lseedpropertyseed:uint 获取随机种子。 Implementation     public function get seed():uint    public function set seed(value:uint):voidseedsproperty public var seeds:Uint32Array获取随机种子。Constructor DetailRand()Constructorpublic function Rand(seed:uint) 创建一个 Rand 实...

来源: laya_api 发布时间: 20170929

284. laya.d3.math.Rand [ 93%]

...lseedpropertyseed:uint 获取随机种子。 Implementation     public function get seed():uint    public function set seed(value:uint):voidseedsproperty public var seeds:Uint32Array获取随机种子。Constructor DetailRand()Constructorpublic function Rand(seed:uint) 创建一个 Rand 实...

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

285. 显示与切换图片(JavaScript-LayaAir基础篇(JS)-位图) [ 93%]

...示例 创建一个Main.js入口类,编写代码如下: ```javascript (function() { var Sprite = Laya.Sprite; var Stage = Laya.Stage; var Texture = Laya.Texture; var Browser = Laya.Browser; var Handler = Laya.Handler; var WebGL = Laya.WebGL; (function() { // 不支持WebGL时自动切换至Canva...

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

286. 排行榜渲染时,提示 this.bitmap.activeResource is not a function[ 93%]

排行榜渲染时,提示 this.bitmap.activeResource is not a function。 渲染排行榜时,报this.bitmap.activeResource is not a function 的提示。然后开放域的数据在主域中是能正常拿到的,就是渲染不出来。请问哪位大神知道这是什么原因呢?有没有...

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

287. laya.physics.ChainCollider [ 93%]

...链接形状,它可能不能正常工作 Implementation     public function get loop():Boolean    public function set loop(value:Boolean):voidpointsproperty points:String用逗号隔开的点的集合,格式:x,y,x,y ... Implementation     public function get points():String   ...

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

288. laya.d3.animation.AnimationNode [ 92%]

...e:String节点名称。 Constructor DetailAnimationNode()Constructorpublic function AnimationNode(localPosition:Float32Array = null, localRotation:Float32Array = null, localScale:Float32Array = null, worldMatrix:Float32Array = null) 创建一个新的 AnimationNode 实例。 Parameters localPosition...

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

289. laya.d3.animation.AnimationTransform3D_API3.0 [ 92%]

...则值为 true;否则,值为 false。 off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除...

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

290. laya.d3.core.pixelLine.PixelLineSprite3D [ 92%]

...neData>):void 添加多条线段。 PixelLineSprite3D callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node  clear():void 清除所有线段。 PixelLineSprite3D clearTimer(caller:*, m...

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