CollisionResponse.ixx File
Enum for defining collision response behaviors. More...
Included Headers
#include <cstdint>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | modules |
|
Domain-specific components and systems. More... | |
| namespace | physics |
|
Physics simulation and collision detection subsystem for the game engine. More... | |
| namespace | collision |
| namespace | types |
|
Type definitions for collision system behavior configuration. More... | |
Description
Enum for defining collision response behaviors.
File Listing
The file content with the documentation metadata removed is:
13export namespace helios::engine::modules::physics::collision::types {
23 enum class CollisionResponse : uint8_t {
33 * @details Aligns the heading of the object to the the movement direction, typically used for bouncing or reflecting projectiles off surfaces.
35 AlignHeadingToDirection = 1 << 0,
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.