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 70 of file physics_component.h.
Definition at line 74 of file physics_component.h.
|
friend |
shape_t unravel::physics_compound_shape::shape |
The shape contained in the compound shape.
Definition at line 77 of file physics_component.h.