Monad Engine da02fba2
> Undercity Codex_
Loading...
Searching...
No Matches
eng::Collider Class Reference

#include <Collider.h>

+ Inheritance diagram for eng::Collider:

Public Member Functions

virtual ~Collider ()
 
btCollisionShape * GetShape ()
 

Protected Attributes

btCollisionShape * m_shape = nullptr
 

Detailed Description

Definition at line 9 of file Collider.h.

Constructor & Destructor Documentation

◆ ~Collider()

eng::Collider::~Collider ( )
virtual

Definition at line 7 of file Collider.cpp.

References m_shape.

Member Function Documentation

◆ GetShape()

btCollisionShape * eng::Collider::GetShape ( )

Definition at line 15 of file Collider.cpp.

References m_shape.

Member Data Documentation

◆ m_shape

btCollisionShape* eng::Collider::m_shape = nullptr
protected

The documentation for this class was generated from the following files: