Torque2D Reference
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
PhysicsProxy Class Referenceabstract

#include <PhysicsProxy.h>

+ Inheritance diagram for PhysicsProxy:

Public Types

enum  ePhysicsProxyType { PHYSIC_PROXY_INVALID , PHYSIC_PROXY_CUSTOM , PHYSIC_PROXY_SCENEOBJECT , PHYSIC_PROXY_GROUNDBODY }
 

Public Member Functions

 PhysicsProxy ()
 
virtual ~PhysicsProxy ()
 
virtual ePhysicsProxyType getPhysicsProxyType () const =0
 

Member Enumeration Documentation

◆ ePhysicsProxyType

Enumerator
PHYSIC_PROXY_INVALID 
PHYSIC_PROXY_CUSTOM 
PHYSIC_PROXY_SCENEOBJECT 
PHYSIC_PROXY_GROUNDBODY 

Constructor & Destructor Documentation

◆ PhysicsProxy()

PhysicsProxy ( )
inline

◆ ~PhysicsProxy()

virtual ~PhysicsProxy ( )
inlinevirtual

Member Function Documentation

◆ getPhysicsProxyType()

virtual ePhysicsProxyType getPhysicsProxyType ( ) const
pure virtual

Implemented in Scene, and SceneObject.


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