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

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

901. 编译时候报错 如下 怎么解决呢 [ 71%]

... no exported member 'particle'. libs/LayaAir.d.ts(26700,11): error TS2417: Class static side 'typeof RenderTarget2D' incorrectly extends base class static side 'typeof Texture'. Types of property 'create' are incompatible. Type '(w: number, h: number, surfaceFormat?: number, surfaceType?: number, de...

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

902. laya.d3.math.MathUtils3D [ 71%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MathUtils3DMethods | Constants Packagelaya.d3.mathClasspublic class MathUtils3DInheritanceMathUtils3D Object MathUtils 类用于创建数学工具。 Public Methods  MethodDefined By  MathUtils3D() 创建一个 MathUt...

来源: laya_api 发布时间: 20170929

903. laya.d3.math.MathUtils3D [ 71%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames MathUtils3DMethods | Constants Packagelaya.d3.mathClasspublic class MathUtils3DInheritanceMathUtils3D Object MathUtils 类用于创建数学工具。 Public Methods  MethodDefined By  MathUtils3D() 创建一个 MathUt...

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

904. 如何启用摇一摇 [ 71%]

...ontroller { import model.Model; /** * ... * @author 偷心枫贼 */ public class Controller_yao1yao { public function Controller_yao1yao(model:Model) { __JS__('_model = model'); __JS__('var SHAKE_THRESHOLD = 100'); __JS__('var last_update = 0'); __JS__('var x = y = z = last_x = last_y = last_z = 0;'...

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

905. laya.d3.renderobjs.nativeobj.NativeBaseRenderNode_API3.0 [ 71%]

...s "laya/d3/RenderObjs/NativeOBJ/NativeBaseRenderNode" NativeBaseRenderNode Class NativeBaseRenderNode Hierarchy NativeBaseRenderNode Implements IBaseRenderNode Index Constructors constructor Properties sortingFudge Accessors bounds boundsChange castShadow distanceForSort geometryBounds layer owner r...

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

906. laya.d3.core.particleShuriKen.module.shape.CircleShape [ 71%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames CircleShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class CircleShapeInheritanceCircleShape BaseShape Object CircleShape 类用于创建环形粒子形状。 Public Properties Hid...

来源: laya_api 发布时间: 20170929

907. laya.device.motion.RotationInfo [ 71%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames RotationInfoProperties | Methods Packagelaya.device.motionClasspublic class RotationInfoInheritanceRotationInfo Object 保存旋转信息的类。请勿修改本类的属性。 Public Properties PropertyDefined By  ab...

来源: laya_api 发布时间: 20170929

908. app构建后在真机中运行报错 [ 71%]

...dle.js 文件和laya.core.js中有这个代码: *模板,预制件 */ //class laya.components.Prefab var Prefab=(function(){     function Prefab(){         /**@private */         this.json=null;     }      __class(Prefab,'laya.components.Prefab');     var __proto=...

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

909. laya.d3.core.particleShuriKen.module.shape.CircleShape [ 71%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames CircleShapeProperties | Methods Packagelaya.d3.core.particleShuriKen.module.shapeClasspublic class CircleShapeInheritanceCircleShape BaseShape Object CircleShape 类用于创建环形粒子形状。 Public Properties Hid...

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

910. 组件装饰器说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 71%]

组件装饰器标识的详细说明1、识别组件脚本 @regClass()1.1 代码中如何使用 @regClass()1.2 IDE中如何找到被识别的组件脚本2、识别组件 @property()2.1 组件属性的常规使用2.2 访问器的装饰器使用2.3 是否序列化保存 serializable2.4 是否为私...

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