大约有 234 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0034 秒)
...类,包含很多3D精灵基本的功能属性,除此之外还是所有3D组件和脚本的容器。 **Sprite3D 属性和功能介绍** - 1.唯一id ```typescript get id(); ``` - 2.蒙版层,即精灵所在的图层,渲染相机可进行可视遮罩层的控制,对精灵的渲染与否进行...
来源: Laya2.0_文档 发布时间: 20210714
...类,包含很多3D精灵基本的功能属性,除此之外还是所有3D组件和脚本的容器。 **Sprite3D 属性和功能介绍** - 1.唯一id ```typescript get id(): number; ``` - 2.蒙版层,即精灵所在的图层,渲染相机可进行可视遮罩层的控制,对精灵的渲染与...
来源: Laya2.0_文档 发布时间: 20210715
... 赞同来自: 如果是DOM的就自己用DOM的方法,如果是我们的组件,有我们的方法,你先明确做什么,用什么方法,然后就可以去做了。 2018-02-28 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ride...
来源: Laya_社区 发布时间: 20180228
...rController, PhysicsTriggerComponent PhysicsComponent 类用于创建物理组件的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By canCollideWith : int 获取可碰撞的碰撞组。 PhysicsComponent canScaleShape : Boolean = t...
来源: Laya2.0_api 发布时间: 20190513
...类,包含很多3D精灵基本的功能属性,除此之外还是所有3D组件和脚本的容器。 **Sprite3D 属性和功能介绍** - 1.唯一id ```typescript get id(): Number; ``` - 2.蒙版层,即精灵所在的图层,渲染相机可进行可视遮罩层的控制,对精灵的渲染与...
来源: Laya2.0_文档 发布时间: 20210715
...t3D isSingleton : Boolean[override] [read-only] 获取是否为单实例组件。 Script owner : ComponentNode[read-only] 获取所属Sprite3D节点。 Component3D started : Boolean是否已执行start函数。Component3DPublic Methods Hide Inherited Public Methods Show Inherited Public Methods...
来源: laya_api 发布时间: 20170929
求解锁【自定义组件】的正确姿势 照着这篇文档 http://ldc.layabox.com/index.php?m=content&c=index&a=show&catid=154&id=335 以及下载最新的ide https://github.com/layabox/layaair-ide-ui .我编辑器用的是最新的1.6beta 第一步就卡住了,没有生成...
来源: Laya_社区 发布时间: 20170119
...取是否已经销毁 。 Component enabled : Boolean 获取是否启用组件。 Component id : int[read-only] 获取唯一标识ID。 Component isSingleton : Boolean[read-only] 获取是否为单实例组件。 Component left : Number表示距左边的距离(以像素为单位)。Widget...
来源: Laya2.0_api 发布时间: 20190513
...取是否已经销毁 。 Component enabled : Boolean 获取是否启用组件。 Component enableLimit : Boolean是否对刚体的移动范围加以约束PrismaticJoint enableMotor : Boolean是否开启马达,开启马达可使目标刚体运动PrismaticJoint id : int[read-only] 获取唯...
来源: Laya2.0_api 发布时间: 20190513
...m Component.enabled Defined in laya/components/Component.ts:74 是否启用组件。 Returns boolean Inherited from Component.enabled Defined in laya/components/Component.ts:78 是否启用组件。 Parameters value: boolean Returns void fallSpeed get fallSpeed(): number set fallSpeed(value: number)...
来源: Laya3.0_api 发布时间: 20231115