大约有 1,758 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0056 秒)
Laya_社区(1080) Laya3.0_api(672) Laya2.0_文档(2) Laya_示例(1) Laya3.0_文档(1) Laya2.0_api(1) Laya2.0_示例(1)
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...aya.webgl.WebGL; public class LayaAirDemo { private var sp:Sprite ; public function LayaAirDemo() { //初始化引擎 Laya.init(Browser.width, Browser.height,WebGL); Stat.show(); Laya.stage.bgColor = "#ffcccc"; Laya.stage.on(Event.CLICK,this,onClick); sp= new Sprite(); sp.name='base'; sp.loadImage("...
来源: Laya_社区 发布时间: 20170523
....drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 问题状态 最新活动: 2017-07-25 14:44 浏览: 1412 关注: 5 人
来源: Laya_社区 发布时间: 20170724
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...ya3D enablePhysics createRenderObjInit init Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...是用不了吗?播放的时候报错误:TypeError: tSound.play is not a function. (In 'tSound.play(startTime,loops)', 'tSound.play' is undefined)
来源: Laya_社区 发布时间: 20180328
...eCmd pivotX pivotY scaleX scaleY ID recover Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115
...建 Parameters url: string Returns boolean 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 发布时间: 20231115
...给别人用, 类似flash的swc一样 执行回调函数时报is not a function MOUSE_OVER注册的响应函数,如果鼠标一直在动,多久会执行一次,一帧吗?和frameLoop一样? 问题状态 最新活动: 2017-11-16 15:55 浏览: 571 关注: 2 人
来源: Laya_社区 发布时间: 20171115
...罩的用法,在哪块可以找到? 执行回调函数时报is not a function 关于customRender函数不执行的问题 const 用法 问题状态 最新活动: 2017-02-27 13:17 浏览: 1527 关注: 2 人
来源: Laya_社区 发布时间: 20170227