![]() |
Lysa
0.0
Lysa 3D Engine
|
Collision shape composed by a collection of SubShape
Inheritance diagram for StaticCompoundShape:Public Member Functions | |
| StaticCompoundShape (const std::vector< SubShape > &subshapes, const std::string &resName="StaticCompoundShape") | |
Public Member Functions inherited from Shape | |
| Shape (const PhysicsMaterial *material, const std::string &resName) | |
| auto & | getMaterial () const |
Public Member Functions inherited from Resource | |
| Resource (const std::string &name) | |
| auto | getId () const |
| const auto & | getName () const |
| bool | operator== (const Resource &other) const |
| bool | operator< (const Resource &other) const |
| bool | operator> (const Resource &other) const |
| virtual std::shared_ptr< Resource > | duplicate () const |
Public Member Functions inherited from Object | |
| void | connect (const Signal::signal &name, const Signal::Handler &handler) |
| void | connect (const Signal::signal &name, const std::function< void ()> &handler) |
| void | emit (const Signal::signal &name, void *params=nullptr) |
| virtual std::string | toString () const |
| Object () = default | |
| virtual | ~Object () = default |
Additional Inherited Members | |
Protected Attributes inherited from Shape | |
| PhysicsMaterial * | material |
| StaticCompoundShape | ( | const std::vector< SubShape > & | subshapes, |
| const std::string & | resName = "StaticCompoundShape" |
||
| ) |
Creates a StaticCompoundShape using the subshapes collection of Shape