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

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

1491. laya.d3.core.material.PBRSpecularMaterial_API3.0 [ 25%]

...nu Globals "laya/d3/core/material/PBRSpecularMaterial" PBRSpecularMaterial Class PBRSpecularMaterial PBRSpecularMaterial 用于实现PBR(Specular)材质。 Hierarchy PBRMaterial PBRSpecularMaterial Implements IClone Index Constructors constructor Properties destoryedImmediately lock name renderQu...

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

1492. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 25%]

...Menu Globals "laya/d3/core/material/BlinnPhongMaterial" BlinnPhongMaterial Class BlinnPhongMaterial BlinnPhongMaterial 用于实现Blinn-Phong材质。 Hierarchy Material BlinnPhongMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue ...

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

1493. 使用3D摄像机 · LayaAir3.3 · 引擎文档 · LAYABOX [ 24%]

...的移动,摄像机的位置也同步移动,代码如下: const { regClass, property } = Laya; @regClass() export default class CameraControll extends Laya.Script { @property( { type: Laya.Sprite3D } ) public target: Laya.Sprite3D; private camera: Laya.Camera; public distanceUp: number = 0.5;/...

来源: Laya3.0_文档 发布时间: 20251010

1494. laya.display.Animation [ 23%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationProperties | Methods | Events | Constants Packagelaya.displayClasspublic class AnimationInheritanceAnimation AnimationPlayerBase Sprite Node EventDispatcher Object Animation 是Graphics动画。实现了基...

来源: laya_api 发布时间: 20170929

1495. laya.display.Sprite [ 23%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames SpriteProperties | Methods | Events Packagelaya.displayClasspublic class SpriteInheritanceSprite Node EventDispatcher ObjectImplements laya.display.ILayoutSubclasses AnimationPlayerBase, Component, DialogManager, GridSp...

来源: laya_api 发布时间: 20170929

1496. laya.ui.Button_API3.0 [ 23%]

...All Inherited Externals Only exported Menu Globals "laya/ui/Button" Button Class Button Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 * 可以是单态,两态和三态,默认三态(up,over,down)。 example 以下示例代码...

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

1497. laya.d3.core.material.PBRMaterial_API3.0 [ 23%]

...Only exported Menu Globals "laya/d3/core/material/PBRMaterial" PBRMaterial Class PBRMaterial PBR材质的父,该为抽象。 Hierarchy Material PBRMaterial PBRStandardMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid...

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

1498. 2D性能优化 · LayaAir3.3 · 引擎文档 · LAYABOX [ 23%]

... 下例绘制10000个文本(根据电脑性能而定,本例为10000): class Test { private text:Laya.Text; constructor() { Laya.init(550,400,Laya.WebGL); Laya.Stat.show(); var textBox=new Laya.Sprite(); for(var i=0;i<10000;i++) { this.text=new Laya.Text(); this.text.text=(Math.random()*100).t...

来源: Laya3.0_文档 发布时间: 20251010

1499. laya.particle.Particle2D_API3.0 [ 22%]

...Externals Only exported Menu Globals "laya/particle/Particle2D" Particle2D Class Particle2D Particle2D 是2D粒子播放 Hierarchy Sprite Particle2D Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoPlay autoSize hitTestPrior mouseThrough name tag drawt...

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

1500. 时间轴动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 22%]

...x.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.Animation)。

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