TestIntersectsArea3D
Inherits: QueryTest3D < Node3D
A query test that checks if QueryContext3D is intersecting an area using Shape3D.
Description
A query test that checks if QueryContext3D is intersecting an area using Shape3D.
Properties
|
|
|
|
cost |
|
|
||
TestIntersectsArea3D.ShapeCastMode |
|
|
test_type |
|
Property Descriptions
int collision_mask = 1 🔗
void set_collision_mask(value:
int)intget_collision_mask()
The physics layers this test scans.
QueryContext3D context 🔗
void set_context(value: QueryContext3D)
QueryContext3D get_context()
The context to be tested.
Shape3D shape 🔗
void set_shape(value:
Shape3D)Shape3Dget_shape()
The actual shape that will be used in the PhysicsShapeQueryParameters3D.
TestIntersectsArea3D.ShapeCastMode shape_cast_mode = 0 🔗
void set_shape_cast_mode(value: TestIntersectsArea3D.ShapeCastMode)
TestIntersectsArea3D.ShapeCastMode get_shape_cast_mode()
What types of collision objects the test will scan.