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

大约有 1,125 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0058 秒)

871. 怎样获取父类? [ 57%]

...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

872. laya.d3.core.material.UnlitMaterial_API3.0 [ 56%]

... 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

873. laya.d3.core.material.SkyBoxMaterial_API3.0 [ 56%]

...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

874. laya.d3.core.material.SkyPanoramicMaterial_API3.0 [ 56%]

... 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

875. laya.d3.core.material.SkyProceduralMaterial_API3.0 [ 56%]

...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

876. mac平台1.7.20.2beta版本下compileTargets设置不生效 [ 56%]

...码如下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

877. laya.d3.core.material.WaterPrimaryMaterial_API3.0 [ 56%]

... 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

878. CommandBuffer_Outline 每次 addCommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 [ 56%]

...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

879. 对接上架字节跳动小游戏技术指南(TypeScript-小游戏适配文档-字节跳动小游戏) [ 56%]

...口使用的基础流程 */ import Browser = Laya.Browser; export default class GameRecorderMgr { /**录屏实例**/ private _recorder: any; static _instance: GameRecorderMgr; /**视频地址**/ private _videoPath: String = ""; constructor() { GameRecorderMgr.instance = this; //判断是否已初始...

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

880. 请问laya有没有类似翻页容器(pageView)的组件? [ 56%]

..."../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.hScrollBarSkin = ""; this.list_rule.renderHandler = new Laya.Handler(thi...

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