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

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

21. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 58%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from PixelLineSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:296 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Node...

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

22. laya.d3.core.light.LightSprite_API3.0 [ 57%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...

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

23. 图集动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 56%]

...oleAni = new Laya.Animation(); //加载动画图集,加载成功后执行回调方法 this.roleAni.loadAtlas("res/atlas/role.atlas",Laya.Handler.create(this,onLoaded)); function onLoaded(){ //添加到舞台 Laya.stage.addChild(this.roleAni); } ``` 运行代码,如图5所示。动画已加载到...

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

24. laya.d3.core.light.PointLight_API3.0 [ 56%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...

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

25. laya.d3.core.BaseCamera_API3.0 [ 55%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...

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

26. laya.d3.core.light.SpotLight_API3.0 [ 55%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...

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

27. laya.ani.swf.MovieClip [ 55%]

...ull):void 从开始索引播放到结束索引,结束之后出发complete回调 MovieClip pos(x:Number, y:Number, speedMode:Boolean = false):Sprite 设置坐标位置。相当于分别设置x和y属性。 因为返回值为Sprite对象本身,所以可以使用如下语法:spr.pos(...).scale(....

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

28. laya.d3.core.RenderableSprite3D_API3.0 [ 55%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...

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

29. 新人求教!!! [ 55%]

...ff";      //加载多张图片,在图片资源加载成功后,通过回调方法绘制图片并添加到舞台      Laya.loader.load([this.monkey1,this.monkey2],Laya.Handler.create(this,this.graphicsImg)); } private graphicsImg():void{    //创建一个实例    this.img = new Laya.Spr...

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

30. 图集动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 55%]

...oleAni = new Laya.Animation(); //加载动画图集,加载成功后执行回调方法 this.roleAni.loadAtlas("res/atlas/role.atlas",Laya.Handler.create(this,this.onLoaded)); } private onLoaded():void{ //添加到舞台 Laya.stage.addChild(this.roleAni); } } new AtlasAniDemo(); ``` 运行代码,...

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