An instance of this class can be used as a MeshEntity::TexInfoCallback, in situations where the callback is a method to be invoked on a target object. More...
#include <MeshEntity.h>
Inherits BindFirstOpaque2< Member2< ObjectClass, float, float, void, member > >.
Public Member Functions | |
TexInfoCallbackMethod (ObjectClass &object) | |
Constructor. |
An instance of this class can be used as a MeshEntity::TexInfoCallback, in situations where the callback is a method to be invoked on a target object.
When invoking this constructor, the target object is the constructor argument, and the target object class and method are template parameters. The target object's method must have an appropriate signature for TexInfoCallback: two float arguments, void return.
|
inline |
Constructor.
object | The object on which to invoke the callback method. |