Sets the implementing class of the Compositor
sensor policy.
More...
#include <playrho/d2/part/Compositor.hpp>
Public Types | |
using | Sensor = Policy |
Alias to the implementing class for the sensor policy. More... | |
Public Types inherited from playrho::d2::part::DefaultPolicies | |
using | Density = StaticAreaDensity<> |
Alias to the implementing class for the density policy. | |
using | Filter = StaticFilter<> |
Alias to the implementing class for the filter policy. | |
using | Friction = StaticTenthsFriction<> |
Alias for the friction policy. | |
using | Geometry = StaticRectangle<> |
Alias to the implementing class for the geometry policy. | |
using | Restitution = StaticRestitution<> |
Alias to the implementing class for the restitution policy. | |
using | Sensor = StaticSensor<> |
Alias to the implementing class for the sensor policy. | |
Sets the implementing class of the Compositor
sensor policy.
DefaultPolicies
base class in order to properly ensure the intended override of the alias. using playrho::d2::part::SensorIs< Policy >::Sensor = Policy |
Alias to the implementing class for the sensor policy.