大约有 907 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0071 秒)
...e、Sphere、Cylinder、Capsule、Cone、Plane。它们是3D基础的显示对象,可以作为3D开发中的辅助工具,例如,初学者用来快速学习3D开发流程、熟练的开发者进行模拟和测试。详细的使用方法请参考文档《3D基础显示对象》。 特效 特效...
来源: Laya3.0_文档 发布时间: 20241014
...,如果实现了这个函数,则组件会被重置并且自动回收到对象池,方便下次复用 如果没有重置,则不进行回收复用 Returns void Optional onStart onStart(): void Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Ret...
来源: Laya3.0_api 发布时间: 20231115
...ited from Graphics.destroy Defined in laya/display/Graphics.ts:78 销毁此对象。 Returns void drawCircle drawCircle(x: number, y: number, radius: number, fillColor: any, lineColor?: any, lineWidth?: number): DrawCircleCmd Inherited from Graphics.drawCircle Defined in laya/display/Graphics.ts:544...
来源: Laya3.0_api 发布时间: 20231115
...可以穿透过去。” 2.Laya.Handler 我在处理技能的时候用了对象池,其中类有对handler的持有,再次使用时发现数据不对了,查找很久才发现handler调用了recover,被对象池再次生成的对象引用覆盖了如: var a:Laya.Handler = Laya.Ha...
来源: Laya_社区 发布时间: 20161109
...例五、应用场景及代码示例5.1 自定义Particle3D类5.2 自定义对象池类5.3 代码调用3D粒子编辑器 一、3D粒子编辑器基础 什么是3D粒子 在百科中,粒子是指能够以自由状态存在的最小物质组成部分。 在LayaAir引擎中,3D粒子系统中的粒...
来源: Laya3.0_文档 发布时间: 20241014
...se.joint Defined in laya/physics/joint/JointBase.ts:18 [只读]原生关节对象 Returns any Methods _initialize _initialize(): void Inherited from Component._initialize Defined in laya/components/Component.ts:56 Returns void _setOwner _setOwner(node: Node): void Inherited from Component._setOwner ...
来源: Laya3.0_api 发布时间: 20231115
...se.joint Defined in laya/physics/joint/JointBase.ts:18 [只读]原生关节对象 Returns any Methods _initialize _initialize(): void Inherited from Component._initialize Defined in laya/components/Component.ts:56 Returns void _setOwner _setOwner(node: Node): void Inherited from Component._setOwner ...
来源: Laya3.0_api 发布时间: 20231115
...延长形成的直的线,在LayaAir引擎中的射线 Ray是一个数据对象,拥有起点与发射方向两个属性。常用于基础的碰撞检测,也可以用于鼠标拾取。 10.5 包围体 包围体用于可见检测计算,基本思想是体积稍大且结构简单的包围体来替...
来源: Laya3.0_文档 发布时间: 20241014
...se.joint Defined in laya/physics/joint/JointBase.ts:18 [只读]原生关节对象 Returns any maxForce get maxForce(): number set maxForce(value: number): void Defined in laya/physics/joint/MouseJoint.ts:85 鼠标关节在拖曳刚体bodyB时施加的最大作用力 Returns number Defined in laya/ph...
来源: Laya3.0_api 发布时间: 20231115
...e fixture: any Defined in laya/physics/ColliderBase.ts:25 [只读]b2Fixture对象 label label: string Defined in laya/physics/ColliderBase.ts:18 标签 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 rigidBody rigidBody: RigidBody...
来源: Laya3.0_api 发布时间: 20231115