cocos_add_cylinder_collider_3d
Add a cylinder-shaped physics collider to 3D game objects in Cocos Creator for detecting collisions and interactions.
Instructions
Attach cc.CylinderCollider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_path | Yes | ||
| node_id | Yes | ||
| radius | No | ||
| height | No | ||
| direction | No | ||
| center_x | No | ||
| center_y | No | ||
| center_z | No | ||
| is_trigger | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |