大约有 1,557 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0062 秒)
Laya_社区(551) Laya3.0_api(360) Laya2.0_api(247) laya_api(208) Laya2.0_文档(120) Laya3.0_文档(69) Laya2.0_示例(2)
API DocumentationAll Packages | All Classes | Index | Frames No Frames DictionaryProperties | Methods Packagelaya.utilsClasspublic class DictionaryInheritanceDictionary Object Dictionary 是一个字典型的数据存取类。 Public Properties PropertyDefined By keys : Array[read-only]...
来源: laya_api 发布时间: 20170929
...ited Externals Only exported Menu Globals "laya/d3/math/BoundBox" BoundBox Class BoundBox BoundBox 类用于创建包围盒。 Hierarchy BoundBox Implements IClone Index Constructors constructor Properties max min Methods clone cloneTo getCenter getCorners getExtent setCenterAndExtent toDefault crea...
来源: Laya3.0_api 发布时间: 20231115
组件装饰器标识的详细说明1、识别组件脚本 @regClass()1.1 代码中如何使用 @regClass()1.2 IDE中如何找到被识别的组件脚本2、识别组件 @property()2.1 组件属性的常规使用2.2 访问器的装饰器使用2.3 是否序列化保存 serializable2.4 是否为私...
来源: Laya3.0_文档 发布时间: 20251010
....Browser; import Handler = Laya.Handler; import WebGL = Laya.WebGL; export class Sprite_DisplayImage { constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER...
来源: Laya2.0_文档 发布时间: 20210715
... Only exported Menu Globals "laya/d3/core/Vector3Keyframe" Vector3Keyframe Class Vector3Keyframe Vector3Keyframe 类用于创建三维向量关键帧实例。 Hierarchy Keyframe Vector3Keyframe Implements IClone Index Constructors constructor Properties inTangent inWeight outTangent outWeight time v...
来源: Laya3.0_api 发布时间: 20231115
... Only exported Menu Globals "laya/d3/core/Vector4Keyframe" Vector4Keyframe Class Vector4Keyframe Vector4Keyframe 类用于创建三维向量关键帧实例。 Hierarchy Keyframe Vector4Keyframe Implements IClone Index Constructors constructor Properties inTangent inWeight outTangent outWeight time v...
来源: Laya3.0_api 发布时间: 20231115
... Only exported Menu Globals "laya/d3/core/Vector2Keyframe" Vector2Keyframe Class Vector2Keyframe Vector2Keyframe 类用于创建三维向量关键帧实例。 Hierarchy Keyframe Vector2Keyframe Implements IClone Index Constructors constructor Properties inTangent inWeight outTangent outWeight time v...
来源: Laya3.0_api 发布时间: 20231115
... All Inherited Externals Only exported Menu Globals "laya/utils/Pool" Pool Class Pool Pool 是对象池类,用于对象的存储、重复使用。 合理使用对象池,可以有效减少对象创建的开销,避免频繁的垃圾回收,从而优化游戏流畅度。 Hierarchy Pool Index Met...
来源: Laya3.0_api 发布时间: 20231115
...js,这样导致程序初始化报错了。 子类是这样写的 export class LayaHelper<V extends LayaView<IModel>> extends BasicHelper<LayaView<IModel>> 这样LayaHelper的js文件就在比较前面插入了,而BasicHelper.js就在后面插入了 我改成export class L...
来源: Laya_社区 发布时间: 20170208
API DocumentationAll Packages | All Classes | Index | Frames No Frames Vector3KeyframeProperties | Methods Packagelaya.d3.coreClasspublic class Vector3KeyframeInheritanceVector3Keyframe Keyframe Object Vector3Keyframe 类用于创建三维向量关键帧实例。 Public Properties Hide Inhe...
来源: Laya2.0_api 发布时间: 20190513