Up to date
This page is up to date for Godot 4.2
.
If you still find outdated information, please open an issue.
CollisionObject3D¶
Inherits: Node3D < Node < Object
Inherited By: Area3D, PhysicsBody3D
Abstract base class for 3D physics objects.
Description¶
Abstract base class for 3D physics objects. CollisionObject3D can hold any number of Shape3Ds for collision. Each shape must be assigned to a shape owner. Shape owners are not nodes and do not appear in the editor, but are accessible through code using the shape_owner_*
methods.
Warning: With a non-uniform scale, this node will likely not behave as expected. It is advised to keep its scale the same on all axes and adjust its collision shape(s) instead.
Properties¶
|
||
|
||
|
||
|
||
|
||
|