大约有 136 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0029 秒)
Laya_社区(41) Laya3.0_api(38) Laya2.0_api(25) Laya2.0_文档(12) Laya3.0_文档(10) laya_api(9) Laya2.0_示例(1)
...Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/shape/HemisphereShape" HemisphereShape Class HemisphereShape HemisphereShape 类用于创建半球形粒子形状。 Hierarchy BaseShape HemisphereShape Implements IClone Index Constructors constructor Properties emitFromShel...
来源: Laya3.0_api 发布时间: 20231115
...ll Packages | All Classes | Index | Frames No Frames CompoundColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class CompoundColliderShapeInheritanceCompoundColliderShape ColliderShape Object CompoundColliderShape 类用于创建盒子形状碰撞器。 Public Propert...
来源: Laya2.0_api 发布时间: 20190513
...Externals Only exported Menu Globals "laya/d3/core/particleShuriKen/module/shape/BaseShape" BaseShape Class BaseShape BaseShape 类用于粒子形状。 Hierarchy BaseShape BoxShape CircleShape ConeShape HemisphereShape SphereShape Implements IClone Index Constructors constructor Properties enable r...
来源: Laya3.0_api 发布时间: 20231115
...eta.3 2d物理RigidBody代码生成问题 通过代码生成的RigidBody的shapes为undefine(通过浏览器断点查看),在ide里查看也没有shapes属性,通过ide创建的是有的 private addRigidBody(object: Laya.Sprite): Laya.RigidBody { const rigidBody = object...
来源: Laya_社区 发布时间: 20250403
...ntationAll Packages | All Classes | Index | Frames No Frames ColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class ColliderShapeInheritanceColliderShape ObjectImplements laya.d3.core.ICloneSubclasses BoxColliderShape, CapsuleColliderShape, CompoundColliderShape, Con...
来源: Laya2.0_api 发布时间: 20190513
...Packages | All Classes | Index | Frames No Frames StaticPlaneColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class StaticPlaneColliderShapeInheritanceStaticPlaneColliderShape ColliderShape Object StaticPlaneColliderShape 类用于创建静态平面碰撞器。 Publi...
来源: Laya2.0_api 发布时间: 20190513
...nAll Packages | All Classes | Index | Frames No Frames SphereColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class SphereColliderShapeInheritanceSphereColliderShape ColliderShape Object SphereColliderShape 类用于创建球形碰撞器。 Public Properties Hide Inh...
来源: Laya2.0_api 发布时间: 20190513
...ll Packages | All Classes | Index | Frames No Frames CylinderColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class CylinderColliderShapeInheritanceCylinderColliderShape ColliderShape Object CylinderColliderShape 类用于创建圆柱碰撞器。 Public Properties Hi...
来源: Laya2.0_api 发布时间: 20190513
...ionAll Packages | All Classes | Index | Frames No Frames ConeColliderShapeProperties | Methods Packagelaya.d3.physics.shapeClasspublic class ConeColliderShapeInheritanceConeColliderShape ColliderShape Object ConeColliderShape 类用于创建圆柱碰撞器。 Public Properties Hide Inherited...
来源: Laya2.0_api 发布时间: 20190513
...rController = plane.addComponent(Laya.CharacterController); let collider_shape_box = new Laya.BoxColliderShape(2.5, 0.8, 0.8); collider_shape_box.localOffset.x = -0.5; let collider_shape:Laya.CompoundColliderShape = new Laya.CompoundColliderShape(); collider_shape.addChildShape(collider_shape_bo...
来源: Laya_社区 发布时间: 20210101