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

大约有 2,482 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0055 秒)

1051. laya.utils.IStatRender_API3.0 [ 71%]

...Preparing search index... The search index is not available ts Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/IStatRender" IStatRender Class IStatRender author laya Hierarchy IStatRender StatUI Index Methods enable hide isCanvasRender renderNotCanv...

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

1052. laya.components.KeyframeNodeList2D_API3.0 [ 71%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/components/KeyframeNodeList2D" KeyframeNodeList2D Class KeyframeNodeList2D Hierarchy KeyframeNodeList2D Index Accessors count Methods getNodeByI...

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

1053. laya.d3.shader.pbr.PBRShaderLib_API3.0 [ 71%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/shader/pbr/PBRShaderLib" PBRShaderLib Class PBRShaderLib Hierarchy PBRShaderLib Index Properties DEFINE_ANISOTROPY DEFINE_CLEARCOAT DEFINE_CL...

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

1054. Laya3D 中如何解决3D模型上添加文本的问题,类似Unity中的3DText [ 71%]

...大懒猫 • 2018-09-10 10:39 export class ShopTitle extends Laya.Script{ public title: string; constructor(){ super(); } public _initialize(owner: Laya.Sprite3D): void { super._initialize(owner); var sprite3D = this.owner as Laya.MeshSprite3D; var sprite3DMat = new Laya.StandardMaterial(); sprite3...

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

1055. 照相机-3D空间转2D空间 [ 71%]

...../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh", completeHandler); } public onComplete(): void { this.layaMonkey3D = this.scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh")) as Laya.Sprite3D; this.layaMonkey2D = Laya.stage.addChild(new Laya.Image("../....

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

1056. 如何将stage背景设置为透明 [ 71%]

...码中有 /**舞台的背景颜色,默认为黑色,null为透明。*/ public function get bgColor():String { return _bgColor; }   public function set bgColor(value:String):void { _bgColor = value; conchModel && conchModel.bgColor(value);   if (Render.isWebGL) { if (value && val...

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

1057. LayaBox进阶之UI管理类 [ 71%]

...List放所有加载进来的场景 第一步实现 打开界面 openWindow public openWindow(clazz: any, param?: { data?: any }) { let view = new clazz() this.setView(clazz, view); this.mainContent.addChild(view); }  初始化传进来的场景类; 存进字典 添加到显示层   下面是缓...

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

1058. MovieClip加载错误抛什么事件? [ 71%]

...ort laya.display.Stage; import laya.events.Event; import laya.webgl.WebGL; public class MouseCount { public function MouseCount() { Laya.init(720, 1280, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgCo...

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

1059. laya.display.cmd.DrawPolyCmd_API3.0 [ 70%]

...ring search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/display/cmd/DrawPolyCmd" DrawPolyCmd Class DrawPolyCmd 绘制多边形 Hierarchy DrawPolyCmd Index Properties fillColor lineColor lineWidth poin...

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

1060. 用HTMLIframeElement加载优酷视频报错 [ 70%]

...如下: package {     import laya.html.dom.HTMLIframeElement;     public class LayaSample {         public function LayaSample() {             Laya.init(640,1136);             var iframe = new HTMLIframeElement();             iframe.href = 'http://player.youk...

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