|
Unravel Engine C++ Reference
|
Represents a compound shape that can contain multiple types of shapes. More...
#include <physics_component.h>
Public Types | |
| using | shape_t |
Public Attributes | |
| shape_t | shape |
| The shape contained in the compound shape. | |
Friends | |
| auto | operator== (const physics_compound_shape &lhs, const physics_compound_shape &rhs) -> bool=default |
Represents a compound shape that can contain multiple types of shapes.
Definition at line 95 of file physics_component.h.
Definition at line 99 of file physics_component.h.
|
friend |
| shape_t unravel::physics_compound_shape::shape |
The shape contained in the compound shape.
Definition at line 102 of file physics_component.h.