Inherits AbstractStreamedObject.
Inherited by CircleCollisionShape, and PolygonCollisionShape.
Public Member Functions | |
BaseCollisionShape (const Material &material) | |
const Material & | GetMaterial () const |
void | SetMaterial (const Material &material) |
virtual void | FromStream (std::istream &is) |
virtual void | ToStream (std::ostream &os) const |
virtual COLLISIONSHAPETYPE | GetType () const =0 |
Protected Attributes | |
Material | m_material |