Physics

Usage

# Disable "Physics" component.
scons goost_physics_enabled=no

# Enable "Physics" component, disable all others.
scons goost_components_enabled=no goost_physics_enabled=yes

Overview

This component provides classes which are useful for performing physics queries using the existing low-level Godot physics API, but which are difficult to implement and use via GDScript, such as Physics2DShapeQueryParameters.