大约有 1,131 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0124 秒)
Laya_社区(430) Laya3.0_api(324) Laya2.0_api(157) laya_api(90) Laya2.0_文档(47) Laya3.0_文档(37) Laya_示例(32) Laya2.0_示例(14)
...uanjing); Laya.propertyIsEnumerable = true; } Laya.class(Lload,"Lload",ui.loadUI); Lload.prototype.dh = function(){ this.ani1.play(0,true); Tween.to(this.bigfont,{scaleX:1,scaleY:1},500,Ease.backOut,null,0) Tween.to(this.smallfont,{y:...
来源: Laya_社区 发布时间: 20160815
...分的代码,ios和android小程序都能正常显示。 代码如下: class Particle { constructor() { Laya3D.init(0, 0); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; Laya.Stat.show(); var scene: Laya.Scene3D = Laya.stage.addChild( new Laya.Scene...
来源: Laya_社区 发布时间: 20220721
...re.on(Laya.Event.MOUSE_UP,this,onSure); function onSure(params) { } } Laya.class(TipsView,"TipsView",TipsViewUI); return TipsView; })(); 2017-10-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 15818760256 赞...
来源: Laya_社区 发布时间: 20171017
... exported Menu Globals "laya/d3/core/material/UnlitMaterial" UnlitMaterial Class UnlitMaterial UnlitMaterial 类用于实现不受光照影响的材质。 Hierarchy Material UnlitMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url u...
来源: Laya3.0_api 发布时间: 20231115
...xported Menu Globals "laya/d3/core/material/SkyBoxMaterial" SkyBoxMaterial Class SkyBoxMaterial SkyBoxMaterial 类用于实现SkyBoxMaterial材质。 Hierarchy Material SkyBoxMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid ...
来源: Laya3.0_api 发布时间: 20231115
... Globals "laya/d3/core/material/SkyPanoramicMaterial" SkyPanoramicMaterial Class SkyPanoramicMaterial SkyPanoramicMaterial 类用于实现SkyPanoramicMaterial材质。 Hierarchy Material SkyPanoramicMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock na...
来源: Laya3.0_api 发布时间: 20231115
...lobals "laya/d3/core/material/SkyProceduralMaterial" SkyProceduralMaterial Class SkyProceduralMaterial SkyProceduralMaterial 类用于实现SkyProceduralMaterial材质。 Hierarchy Material SkyProceduralMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately loc...
来源: Laya3.0_api 发布时间: 20231115
...码如下package { import laya.display.Text; /** * ... * @author */ public class HelloWorld{ public function HelloWorld(){ //创建舞台 Laya.init(600, 300);//舞台默认背景色是黑色的 var txt:Text = new Text(); txt.text = "Hello, World!"; //设置文本颜色 txt.color = '#FF0000'; //设...
来源: Laya_社区 发布时间: 20180914
... Globals "laya/d3/core/material/WaterPrimaryMaterial" WaterPrimaryMaterial Class WaterPrimaryMaterial WaterPrimaryMaterial 类用于实现水材质。 Hierarchy Material WaterPrimaryMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue ur...
来源: Laya3.0_api 发布时间: 20231115
...fect, BlurMaterial } from "../shader/BlurShader/BlurEffect"; export class CommandBuffer_Outline { private commandBuffer: Laya.CommandBuffer; private cameraEventFlag: Laya.CameraEventFlags = Laya.CameraEventFlags.BeforeImageEffect; private camera: Laya.Camer...
来源: Laya_社区 发布时间: 20210203