|
Methods defined here:
- __init__(self, platform)
- Initialize direct movement with the platform it controls
- bind(self, context)
- Bind this navigation mechanism to the context
- startExamineMode(self, event)
- (callback) Create an examine mode interaction manager
This callback creates an instance of
examinemanager.ExamineManager, which will manage
the user interaction during an "examination" of
the scene.
- unbind(self, context)
- Unbind this navigation mechanism from the context
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
Data and other attributes defined here:
- commandBindings = {}
- commands = [('Examine', 'examine', 'startExamineMode')]
- context = None
|