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

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

221. laya.d3.core.material.PBRMaterial [ 66%]

...l laya.resource.ResourcePublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial blend : int透明混合。BaseMate...

来源: laya_api 发布时间: 20170929

222. laya.display.EffectAnimation [ 66%]

...过LayaAir IDE创建。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默...

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

223. laya.d3.core.MeshRenderer [ 66%]

...于网格渲染器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By bounds : Bounds[read-only] 获取包围盒,只读,不允许修改其值。 BaseRender castShadow : Boolean 获取是否产生阴影。 BaseRender enable : Boolean 获取...

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

224. 2D物理-碰撞事件与传感器 [ 66%]

...onfig.isAntialias = true; Laya.Laya.init(1200, 700, Laya.WebGL); Laya.Stat.show(); Laya.Physics.enable(); Laya.PhysicsDebugDraw.enable(); Laya.Laya.stage.alignV = Laya.Stage.ALIGN_MIDDLE; Laya.Laya.stage.alignH = Laya.Stage.ALIGN_CENTER; Laya.Laya.stage.scaleMode = Laya.Stage.SCALE_FIXED_AUTO; Laya....

来源: Laya2.0_示例 发布时间: 20241124

225. laya.resource.RenderTexture2D [ 65%]

...创建渲染目标。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By anisoLevel : int 各向异性等级 BaseTexture  currentActive : RenderTexture2D[static] [read-only] 获取当前激活的Rendertexture RenderTexture2D  defaulteTexture ...

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

226. config.jsh中无法使用confirm [ 65%]

...; // 这个名字要与下面声明的Java的类名匹配. Test.call("showError"); } /////////////////////////////////////java////////////////////////////////////// public static void showError(){ Log.e("showerror","show"); new AlertDialog.Builder(MainActivity.my_activi...

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

227. laya.d3.graphics.IndexBuffer3D [ 65%]

...创建索引缓冲。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By _bindedIndexBuffer : *[static] Buffer _bindedVertexBuffer : *[static] Buffer bufferUsage : int[read-only] Buffer _byteLength : int = 0Buffer  canRead : Boolean[read-onl...

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

228. 加载-销毁Texture使用的图片资源 [ 65%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); this.init(); } init() { const Sprite = Laya.Sprite, Animation = Laya.Animation, Text = Laya.Text, Event = Laya.Event; // 创建背景 this.spBg = Sprite.fromImage(PathBg);...

来源: Laya2.0_示例 发布时间: 20241124

229. 性能统计面板介绍(JavaScript-2D进阶篇(JS)-性能优化) [ 65%]

...的不同,会有所不同。 TS语言直接在代码中输入 `Laya.Stat.show(0,0);` 即可调出性能统计面板。 示例Demo.js编写代码如下: ```typescript //初始化舞台 Laya.init(1136, 640); //调用性能统计面板方法,(0,0)为面板位置坐标 Laya.Stat.show(0,0); ``` **T...

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

230. 性能统计面板介绍(TypeScript-2D进阶篇(TS)-性能优化) [ 65%]

...的不同,会有所不同。 TS语言直接在代码中输入 `Laya.Stat.show(0,0);` 即可调出性能统计面板。 示例Demo.ts编写代码如下: ```typescript //初始化舞台 Laya.init(1136, 640); //调用性能统计面板方法,(0,0)为面板位置坐标 Laya.Stat.show(0,0); ``` **T...

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