manipulation_transform_calculator_test

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

Unit Test Suite: ManipulationTransformCalculator

Source File: /addons/grid_building/test/utilities/manipulation_transform_calculator_test.gd

Extends: GdUnitTestSuite

Public Methods

parse_vec2

1
parse_vec2(vector_string: String) -> Vector2

Flags: static

Parses Vector2 from comma-separated string (e.g., “100,200” -> Vector2(100, 200))


create_mock_node

1
2
3
4
5
create_mock_node(
    pos: Vector2,
    rot: float,
    scale: Vector2
) -> Node2D

Creates a mock Node2D with specified transforms for testing


test_calculate_final_transform_basic

1
test_calculate_final_transform_basic() -> void

test_calculate_final_transform_horizontal_flip

1
test_calculate_final_transform_horizontal_flip() -> void

test_calculate_final_transform_vertical_flip

1
test_calculate_final_transform_vertical_flip() -> void

test_calculate_final_transform_both_flips

1
test_calculate_final_transform_both_flips() -> void

test_calculate_final_transform_rotation_and_flip

1
test_calculate_final_transform_rotation_and_flip() -> void

test_calculate_final_transform_null_preview

1
test_calculate_final_transform_null_preview() -> void

test_calculate_final_transform_null_parent

1
test_calculate_final_transform_null_parent() -> void

test_validate_transform_preservation_valid

1
test_validate_transform_preservation_valid() -> void

test_validate_transform_preservation_negative_scale

1
test_validate_transform_preservation_negative_scale() -> void

test_validate_transform_preservation_zero_scale

1
test_validate_transform_preservation_zero_scale() -> void

test_validate_transform_preservation_missing_keys

1
test_validate_transform_preservation_missing_keys() -> void

test_compare_transforms_identical

1
test_compare_transforms_identical() -> void

test_compare_transforms_within_tolerance

1
test_compare_transforms_within_tolerance() -> void

test_compare_transforms_beyond_tolerance

1
test_compare_transforms_beyond_tolerance() -> void

test_format_transforms_debug

1
test_format_transforms_debug() -> void


Grid Building v5.0.8 | Generated 24/05/2026