大约有 1,460 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0058 秒)
Laya3.0_api(398) Laya_社区(300) Laya2.0_api(251) laya_api(215) Laya2.0_文档(167) Laya3.0_文档(90) Laya2.0_示例(22) Laya_示例(17)
...s create create(): any Defined in laya/components/Prefab.ts:14 通过预制创建实例 Returns any Globals "laya/components/Prefab" Prefab create Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...ader = Laya.Loader; var Handler = Laya.Handler; var Event = Laya.Event; // 创建TestPageUI的子类 function TestUI() { TestUI.super(this); //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 this.btn.on(Event.CLICK, this, onBtnClick); this.btn2.on(Event.CLICK, th...
来源: Laya_示例 发布时间: 20250223
...ader = Laya.Loader; var Handler = Laya.Handler; var Event = Laya.Event; // 创建TestPageUI的子类 function TestUI() { TestUI.super(this); //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 this.btn.on(Event.CLICK, this, onBtnClick); this.btn2.on(Event.CLICK, th...
来源: Laya2.0_示例 发布时间: 20200319
...heritanceConstraintComponent Component Object ConstraintComponent 类用于创建约束的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By appliedImpulse : Number[read-only] 获取应用的冲力。 ConstraintComponent breakingIm...
来源: Laya2.0_api 发布时间: 20190513
...nstructor Defined in laya/d3/core/reflectionProbe/ReflectionProbeList.ts:8 创建一个新的 ReflectionProbeList 实例。 Returns ReflectionProbeList Globals "laya/d3/core/reflectionProbe/ReflectionProbeList" ReflectionProbeList constructor Legend Object literal Variable Function Type alias Class ...
来源: Laya3.0_api 发布时间: 20231102
...擎编辑器无关的问题,问问怎么通过一个类名(字符串)创建一个对象啊!!!!感谢真不想在找typescript了扒嗒了半天,反射竟然没有看懂,感谢了!!! 问个和引擎编辑器无关的问题,问问怎么通过一个类名(字符串)创建一个...
来源: Laya_社区 发布时间: 20180122
# Label 组件参考 ## 一、通过LayaAirIDE创建Label组件 ### 1.1 创建Label Label 组件用来显示一段文字,文字可以是系统字体或者 BMFont 字体。 点击资源面板里的 Label 组件,拖放到页面编辑区,即可添加 Label 组件到页面上。 Label ...
来源: Laya2.0_文档 发布时间: 20210715
...sspublic class MathUtils3DInheritanceMathUtils3D Object MathUtils 类用于创建数学工具。 Public Methods MethodDefined By MathUtils3D() 创建一个 MathUtils 实例。 MathUtils3D fastInvSqrt(value:Number):Number[static] MathUtils3D isZero(v:Number):Boolean[static] 是否在容差...
来源: laya_api 发布时间: 20170929
...sspublic class MathUtils3DInheritanceMathUtils3D Object MathUtils 类用于创建数学工具。 Public Methods MethodDefined By MathUtils3D() 创建一个 MathUtils 实例。 MathUtils3D fastInvSqrt(value:Number):Number[static] MathUtils3D isZero(v:Number):Boolean[static] 是否在容差...
来源: Laya2.0_api 发布时间: 20190513
.../Rand" Rand Class Rand Rand 类用于通过32位无符号整型随机种子创建随机数。 Hierarchy Rand Index Constructors constructor Properties seeds Accessors seed Methods getFloat getSignedFloat getUint getByteFromInt getFloatFromInt Constructors constructor new Rand(seed: number): Rand Def...
来源: Laya3.0_api 发布时间: 20231115