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

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

121. TS项目中怎么使用promise [ 54%]

...运行时 找不到类定义!这是为什么? 已上传 Demo 附件 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter.js库无智能提示 LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'No...

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

122. laya.ui.Button_API3.0 [ 54%]

...Node.is3D Defined in laya/display/Node.ts:87 是否3D节点,即Scene3D和Sprite3D及其衍生类 Returns boolean label get label(): string set label(value: string): void Defined in laya/ui/Button.ts:425 按钮文本内容。 Returns string Defined in laya/ui/Button.ts:429 按钮文本内容...

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

123. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 52%]

...regClass() export class Script1 extends Laya.Script { declare owner : Laya.Sprite3D; } //TestCustomEditor.ts @IEditorEnv.customEditor(Script1) export class TestCustomEditor extends IEditorEnv.CustomEditor { declare owner: Laya.Sprite3D; onSceneGUI(): void { IEditorEnv.Handles.drawHemiSphere(this.own...

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

124. laya.ui.CheckBox_API3.0 [ 51%]

...Node.is3D Defined in laya/display/Node.ts:87 是否3D节点,即Scene3D和Sprite3D及其衍生类 Returns boolean label get label(): string set label(value: string): void Inherited from Button.label Defined in laya/ui/Button.ts:425 按钮文本内容。 Returns string Inherited from Button.label...

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

125. laya.utils.Stat_API3.0 [ 50%]

...eDrawCall ParticleRenderNode RenderNode RenderTextureMemory SkinRenderNode Sprite3DStatUIParams TextureMemeory TransDrawCall TriangleFace UniformUpload uploadUniformNum Properties Static AllShow AllShow: Array<StatUIParams> = [Stat.FPSStatUIParams, Stat.NodeStatUIParams, Stat.Sprite3DStatUIPar...

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

126. 场景管理 · LayaAir3.3 · 引擎文档 · LAYABOX [ 49%]

...lass() export class NewScript extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Prefab }) private loadingScenePrefab: Laya.Prefab; private loadingScene: Laya.Node; constructor() { super(); } /** * 第一次执行update之前执行,只会执行一次 */ onStart(): void {...

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

127. 3D粒子 · LayaAir3.3 · 引擎文档 · LAYABOX [ 49%]

...用预制体,在Assets下创建预制体,双击打开预制体后,在Sprite3D节点下通过鼠标右键来创建3D粒子 (图2.1.2) 三、3D粒子使用 3D粒子使用由三部分构成 粒子系统组件 粒子渲染模块 粒子着色器 (图3.0)从图3.0中看到,当创建...

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

128. 3D粒子编辑模块 · LayaAir3文档 · LAYABOX [ 49%]

...用预制体,在Assets下创建预制体,双击打开预制体后,在Sprite3D节点下通过鼠标右键来创建3D粒子 (图2.1.2) 三、3D粒子使用 3D粒子使用由三部分构成 粒子系统组件 粒子渲染模块 粒子着色器 (图3.0)从图3.0中看到,当创建...

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

129. vivo小游戏 · LayaAir3.3 · 引擎文档 · LAYABOX [ 46%]

...egClass() export class Script extends Laya.Script { //declare owner : Laya.Sprite3D; @property({ type: Laya.Scene3D }) scene3d: Laya.Scene3D; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 */ onAwake(): void { //...

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