大约有 643 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0074 秒)
...ring): any Defined in laya/utils/ClassUtils.ts:30 根据名称创建 Class 实例。 Parameters className: string 类名(比如laya.display.Sprite)或者注册的别名(比如Sprite)。 Returns any 返回类的实例。 Static regClass regClass(className: string, classDef: any): void Defined in laya...
来源: Laya3.0_api 发布时间: 20231115
...,使用的引擎为2.1.1beta版本,报错是由于修改了获取脚本实例导致的,如下图所示: 报错处的获取实例为: 已经修改为: 建议您使用对应版本的ide,或者升级引擎库。 2021-10-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...
来源: Laya_社区 发布时间: 20211008
...atKeyframe Class FloatKeyframe FloatKeyFrame 类用于创建浮点关键帧实例。 Hierarchy Keyframe FloatKeyframe Implements IClone Index Constructors constructor Properties inTangent inWeight outTangent outWeight time value weightedMode defaultWeight Methods clone cloneTo Constructors construct...
来源: Laya3.0_api 发布时间: 20231115
...s Defined in laya/d3/component/PostProcess.ts:104 创建一个 PostProcess 实例。 Returns PostProcess Accessors cameraDepthTextureMode get cameraDepthTextureMode(): DepthTextureMode Defined in laya/d3/component/PostProcess.ts:154 根据后期处理的需要,设置值 Returns DepthTextureMode effe...
来源: Laya3.0_api 发布时间: 20231115
...态(up,over,down)。 example 以下示例代码,创建了一个 Button 实例。 package { import laya.ui.Button; import laya.utils.Handler; public class Button_Example { public function Button_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画...
来源: Laya3.0_api 发布时间: 20231115
...性是:selected。 example 以下示例代码,创建了一个 CheckBox 实例。 package { import laya.ui.CheckBox; import laya.utils.Handler; public class CheckBox_Example { public function CheckBox_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//...
来源: Laya3.0_api 发布时间: 20231115
...ass QuaternionKeyframe QuaternionKeyframe 类用于创建四元数关键帧实例。 Hierarchy Keyframe QuaternionKeyframe Implements IClone Index Constructors constructor Properties inTangent inWeight outTangent outWeight time value weightedMode defaultWeight Methods clone cloneTo Constructors cons...
来源: Laya3.0_api 发布时间: 20231115
...和输入文本。 example 以下示例代码,创建了一个 TextInput 实例。 package { import laya.display.Stage; import laya.ui.TextInput; import laya.utils.Handler; public class TextInput_Example { public function TextInput_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染...
来源: Laya3.0_api 发布时间: 20231115
...RenderableSprite3D 类用于可渲染3D精灵的父类,抽象类不允许实例。 Hierarchy Sprite3D RenderableSprite3D PixelLineSprite3D SkinnedMeshSprite3D MeshSprite3D ShuriKenParticle3D TrailSprite3D SimpleSkinnedMeshSprite3D Index Constructors constructor Properties _extra _scene _url name t...
来源: Laya3.0_api 发布时间: 20231115
...无论哪上面哪句都是报错。一百篇说明,不如一个简单的实例,求简的JS实例 附件 : --> 2018-04-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你这边报错是...
来源: Laya_社区 发布时间: 20180402