大约有 3,031 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0185 秒)
Laya_社区(1088) Laya3.0_api(672) Laya2.0_api(368) laya_api(298) Laya2.0_文档(233) Laya_示例(146) Laya2.0_示例(118) Laya3.0_文档(108)
... 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
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
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
...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
...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
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
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
...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
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
组件装饰器标识的详细说明1、识别组件脚本 @regClass()1.1 代码中如何使用 @regClass()1.2 IDE中如何找到被识别的组件脚本2、识别组件 @property()2.1 组件属性的常规使用2.2 访问器的装饰器使用2.3 是否序列化保存 serializable2.4 是否为私...
来源: Laya3.0_文档 发布时间: 20251010