collision_object_test_factory_test
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
Source File: /addons/grid_building/test/factories/collision_object_test_factory_test.gd
Extends: GdUnitTestSuite
Constants
Constant: TEST_SIZE: Vector2 = Vector2(32, 32)
CollisionObjectTestFactory Test Suite
Validates that CollisionObjectTestFactory creates properly configured
collision objects for use in grid-building tests.
Constant: TEST_RADIUS: float = 16.0
Constant: TEST_POSITION: Vector2 = Vector2(100, 50)
Public Methods
test_create_static_body_with_rect
1
| test_create_static_body_with_rect() -> void
|
test_create_static_body_with_rect_custom_position
1
| test_create_static_body_with_rect_custom_position() -> void
|
test_create_static_body_with_circle
1
| test_create_static_body_with_circle() -> void
|
test_create_static_body_with_capsule
1
| test_create_static_body_with_capsule() -> void
|
test_create_static_body_with_polygon
1
| test_create_static_body_with_polygon() -> void
|
test_create_area_with_polygon
1
| test_create_area_with_polygon() -> void
|
test_create_complex_collision_object
1
| test_create_complex_collision_object() -> void
|
test_create_area_with_rect
1
| test_create_area_with_rect() -> void
|
test_create_area_with_circle
1
| test_create_area_with_circle() -> void
|
test_create_area_with_circle_collision
1
| test_create_area_with_circle_collision() -> void
|
test_create_area_with_rect_collision
1
| test_create_area_with_rect_collision() -> void
|
test_create_static_body_with_diamond
1
| test_create_static_body_with_diamond() -> void
|
test_create_isometric_blacksmith
1
| test_create_isometric_blacksmith() -> void
|
test_create_isometric_building_with_layers
1
| test_create_isometric_building_with_layers() -> void
|
test_create_test_object_with_shape_rectangle
1
| test_create_test_object_with_shape_rectangle() -> void
|
test_create_test_object_with_shape_circle
1
| test_create_test_object_with_shape_circle() -> void
|
test_create_test_object_with_shape_capsule
1
| test_create_test_object_with_shape_capsule() -> void
|
test_create_test_object_with_shape_trapezoid
1
| test_create_test_object_with_shape_trapezoid() -> void
|
test_create_polygon_test_object
1
| test_create_polygon_test_object() -> void
|
test_instance_placeable
1
| test_instance_placeable() -> void
|
Grid Building v5.0.8 | Generated 24/05/2026