ShapeCast3D node that visually marks one grid cell as valid/invalid for the current placement rule check. Configure validity_mesh + valid/invalid materials, then read the valid property or listen for the valid_changed signal.
Source: addons/grid_placement/placement/rule_check_indicator/rule_check_indicator_3d.gd
Syntax
class RuleCheckIndicator3D extends ShapeCast3DMembers
| Name | Kind | Summary |
|---|---|---|
valid_changed | Event | |
validity_mesh | Property | |
show_indicators | Property | |
valid_material | Property | |
invalid_material | Property | |
DEFAULT_TARGET_HEIGHT | Field | |
DEFAULT_CELL_SIZE | Field | |
rules | Property | |
add_rule | Method | |
get_rules | Method | |
clear | Method | |
force_shapecast_update | Method | |
current | Property | |
set_valid | Method | |
is_valid | Method | |
get_target_cell | Method | |
global_pos | Property |