LoveBrains  1.0.0
Public Member Functions | List of all members
Graphics::IBehavior Class Referenceabstract

Define a behavior for a collider. More...

#include <i_behavior.h>

Public Member Functions

virtual ~IBehavior (void)
 Destructor.
 
virtual void Update (IObject *obj)=0
 Update the object that have been affected the collider. More...
 

Detailed Description

Define a behavior for a collider.

Member Function Documentation

virtual void Graphics::IBehavior::Update ( IObject obj)
pure virtual

Update the object that have been affected the collider.

Parameters
obj: Contains the object that is affected by the collider.

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