class MAGES::Interaction::MAGESUIInputModule::UIInteractorData¶
Overview¶
class UIInteractorData
{
public:
// fields
TrackedDeviceModel Model;
// properties
IUIInteractor Interactor;
// methods
UIInteractorData(IUIInteractor interactor, int pointerId);
};
Detailed Documentation¶
Fields¶
TrackedDeviceModel Model
The model for the tracked device.