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

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

1461. laya.utils.Ease [ 26%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames EaseMethods Packagelaya.utilsClasspublic class EaseInheritanceEase Object Ease 定义了缓动函数,以便实现 Tween 动画的缓动效果。 Public Methods  MethodDefined By  backIn(t:Number, b:Number, c:Numbe...

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

1462. laya.d3.core.scene.Scene [ 26%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames SceneProperties | Methods | Events | Constants Packagelaya.d3.core.sceneClasspublic class SceneInheritanceScene Sprite Node EventDispatcher ObjectImplements ISubmit, laya.resource.ICreateResource BaseScene 用于实...

来源: laya_api 发布时间: 20170929

1463. laya.d3.core.material.UnlitMaterial_API3.0 [ 26%]

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

1464. laya.ui.Label [ 26%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames LabelProperties | Methods | Events Packagelaya.uiClasspublic class LabelInheritanceLabel Component Sprite Node EventDispatcher ObjectSubclasses TextInput Label 用于创建显示对象以显示文本。 See alsolaya....

来源: laya_api 发布时间: 20170929

1465. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 25%]

...机添加了这个脚本。 (图6-2) 脚本的代码为: const { regClass, property } = Laya; @regClass() export class CameraMoveScript extends Laya.Script3D { /** @private */ protected _tempVector3: Laya.Vector3 = new Laya.Vector3(); protected lastMouseX: number = 0; protected lastMouseY: num...

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

1466. UI-RefreshList [ 25%]

...ya.Text; Point = Laya.Point; Tween = Laya.Tween; TextArea = Laya.TextArea; class UI_RefreshList { constructor() { this.baseBox = null; this.refreshLoading = null; this.loadingAni = null; this.loadingLabel = null; this.refreshList = null; /** 消息生成的当前最大id值 */ this.msgIdNow=1; /** ...

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

1467. laya.d3.core.particleshuriken.ShurikenParticleMaterial_API3.0 [ 25%]

...3/core/particleShuriKen/ShurikenParticleMaterial" ShurikenParticleMaterial Class ShurikenParticleMaterial ShurikenParticleMaterial 用于实现粒子材质。 Hierarchy Material ShurikenParticleMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name...

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

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

1469. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 24%]

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

1470. 使用3D摄像机 · LayaAir3.0文档 · 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_文档 发布时间: 20241014