大约有 3,840 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0210 秒)
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By measureHeight : Number[override] [read-only] 显示对象的实际显示区域高度...
来源: laya_api 发布时间: 20170929
...下咱们laya这边有时间表去支持这些新特性么? 2018-03-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 14 个回复 186*****260 赞同来自: Rickshao 、qq771472501 、YIF 没理解.2个项目怎么合并到...
来源: Laya_社区 发布时间: 20180310
...LayaAir-IDE中使用 在LayaAir-IDE中使用2D光遮挡器,首先需要添加2D灯光(方向光、精灵光、自由形态光、聚光灯)并勾选“启用阴影”,如图2-1所示,才能显示出效果, (图2-1) 阴影的相关属性解释如下: 中文属性名 英文属性名 ...
来源: Laya3.0_文档 发布时间: 20251010
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties PropertyDefined By _enableDepthFog : BooleanBaseScenePublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By BaseScene() 创建一个 B...
来源: laya_api 发布时间: 20170422
...本身是一个Scene2D节点,编辑2D界面,实际上就是在它下面添加2D子节点组件。而属性 _scene3D是用来管理Scene3D的,这与IDE中对应的Scene2D和Scene3D相关联。 2.2 打开场景 1,基础使用 首先来看看场景类中最基础的使用方式,打开一个...
来源: Laya3.0_文档 发布时间: 20251010
...机 场景就是游戏中的3D世界,有了场景,才可以在场景中添加一切物体,包括摄像机。 而摄像机相当于3D游戏世界的眼睛, 通过摄像机,玩家才能看到游戏中三维世界,看到场景中的各种物体。 所以,场景里最少要有一台摄像...
来源: Laya3.0_文档 发布时间: 20251010
... in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 disableCollisionsBetweenLinkedBodies disableCollisionsBetweenLinkedBodies: boolean = true Inherited from ConstraintComponent.disableCollisionsBetweenLinkedBodies Defined in laya/d3/physics/const...
来源: Laya3.0_api 发布时间: 20231115
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By measureHeight : Number[read-only] 显示对象的实际显示区域高度(以像素...
来源: laya_api 发布时间: 20170929
...{ private socket: Laya.Socket; //组件被启用后执行,例如节点被添加到舞台后 onEnable(): void { this.socket = new Laya.Socket(); // 注册事件监听 this.socket.on(Laya.Event.OPEN, this, this.onSocketOpen); this.socket.on(Laya.Event.MESSAGE, this, this.onMessageReceived); this.soc...
来源: Laya3.0_文档 发布时间: 20251010
...所有对象重新排序。值越大,越靠上。默认为0,则根据添加顺序排序。SpriteProtected Properties PropertyDefined By _templet : TempletSkeletonPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By Skeleton(templet:Templet = null, a...
来源: laya_api 发布时间: 20170929