大约有 558 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0045 秒)
Laya_社区(175) Laya2.0_示例(114) Laya2.0_api(91) Laya3.0_文档(87) laya_api(48) Laya_示例(24) Laya2.0_文档(16) Laya3.0_api(3)
...sses | Index | Frames No Frames EffectMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class EffectMaterialInheritanceEffectMaterial BaseMaterial laya.resource.Resource EffectMaterial 类用于实现Mesh特效材质。 Public Properties Hide Inherited Public Pr...
来源: Laya2.0_api 发布时间: 20190513
...ndex | Frames No Frames ShurikenParticleMaterialProperties | Methods | Constants Packagelaya.d3.core.particleShuriKenClasspublic class ShurikenParticleMaterialInheritanceShurikenParticleMaterial BaseMaterial laya.resource.Resource ShurikenParticleMaterial 类用于实现粒子材质。 Public P...
来源: Laya2.0_api 发布时间: 20190513
...s | Index | Frames No Frames PixelLineMaterialProperties | Methods | Constants Packagelaya.d3.core.pixelLineClasspublic class PixelLineMaterialInheritancePixelLineMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properti...
来源: Laya2.0_api 发布时间: 20190513
...ndex | Frames No Frames ShurikenParticleMaterialProperties | Methods | Constants Packagelaya.d3.core.particleShuriKenClasspublic class ShurikenParticleMaterialInheritanceShurikenParticleMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inhe...
来源: laya_api 发布时间: 20170929
...ses | Index | Frames No Frames GlitterMaterialProperties | Methods | Constants Packagelaya.d3.core.materialClasspublic class GlitterMaterialInheritanceGlitterMaterial BaseMaterial laya.resource.Resource ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties P...
来源: laya_api 发布时间: 20170929
...| Index | Frames No Frames BaseCameraProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class BaseCameraInheritanceBaseCamera Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses Camera, VRCamera BaseCamera 类用于创建摄像机的父类。 Public Properties H...
来源: laya_api 发布时间: 20170929
...服务。 我们离项目工程化,自动化又更近了一步。 const gulp = require('gulp'); const connect = require('gulp-connect'); const { exec } = require("child_process"); //源码 const entry = 'src/**/*.*'; function compile() { //执行编译命令 layaair2-cmd compile let process =...
来源: Laya_社区 发布时间: 20200908
...就可以实现一个简单的昼夜更替效果。 示例代码如下: const { regClass } = Laya; @regClass() export class DayNight extends Laya.Script { declare owner: Laya.Sprite; private lightComp: Laya.DirectionLight2D; private dayTime: number = 0; private dayDuration: number = 24; // 一个...
来源: Laya3.0_文档 发布时间: 20250310
...某个按钮命名为close,点击此按钮则会关闭*/ public static const CLOSE:String = "close"; /**对话框内的某个按钮命名为cancel,点击此按钮则会关闭*/ public static const CANCEL:String = "cancel"; /**对话框内的某个按钮命名为sure,点击此按钮则会关闭...
来源: Laya_社区 发布时间: 20170507
...| Index | Frames No Frames BaseSceneProperties | Methods | Events | Constants Packagelaya.d3.core.sceneClasspublic class BaseSceneInheritanceBaseScene Sprite Node EventDispatcher ObjectImplements ISubmitSubclasses Scene, VRScene BaseScene 类用于实现场景的父类。 Public Properties Hi...
来源: laya_api 发布时间: 20170422