Skip to content

MouseEventVisibilityResult

Result for event-driven visibility decisions (mouse events).

apply: bool = false
visible: bool = false
reason: String = ""
func _init( p_apply: bool, p_visible: bool, p_reason: String ) -> void
func to_string( ) -> String

Returns a string representation for debugging and test diagnostics

addons/grid_building/systems/grid_targeting/grid_positioner/mouse_event_visibility_result.gd


This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.