|
Panda3D
|
Public Member Functions | |
| __init__ (self, device='Tracker0', nodePath=None) | |
| destroy (self) | |
| disable (self) | |
| enable (self) | |
| fastrakUpdate (self) | |
| updateTask (self, state) | |
Public Member Functions inherited from DirectObject | |
| __init__ (self) | |
| accept (self, event, method, extraArgs=[]) | |
| acceptOnce (self, event, method, extraArgs=[]) | |
| addTask (self, *args, **kwargs) | |
| detectLeaks (self) | |
| doMethodLater (self, *args, **kwargs) | |
| getAllAccepting (self) | |
| ignore (self, event) | |
| ignoreAll (self) | |
| isAccepting (self, event) | |
| isIgnoring (self, event) | |
| removeAllTasks (self) | |
| removeTask (self, taskOrName) | |
Public Attributes | |
| device = device | |
| int | deviceNo = DirectFastrak.fastrakCount |
| str | name = 'Fastrak-' + repr(DirectFastrak.fastrakCount) |
| tracker = None | |
| trackerPos = None | |
| updateFunc = self.fastrakUpdate | |
| updateTask = base.direct.deviceManager.createTracker(self.device) | |
Static Public Attributes | |
| int | fastrakCount = 0 |
| notify = DirectNotifyGlobal.directNotify.newCategory('DirectFastrak') | |
Static Public Attributes inherited from DirectObject | |
| accept_once = acceptOnce | |
| add_task = addTask | |
| detect_leaks = detectLeaks | |
| do_method_later = doMethodLater | |
| get_all_accepting = getAllAccepting | |
| ignore_all = ignoreAll | |
| is_accepting = isAccepting | |
| is_ignoring = isIgnoring | |
| remove_all_tasks = removeAllTasks | |
| remove_task = removeTask | |
Additional Inherited Members | |
Protected Member Functions inherited from DirectObject | |
| _addTask (self, task) | |
| _clearTask (self, task) | |
Protected Attributes inherited from DirectObject | |
| dict | _taskList = {} |
| __init__ | ( | self, | |
| device = 'Tracker0', | |||
| nodePath = None ) |
| destroy | ( | self | ) |
| disable | ( | self | ) |
| enable | ( | self | ) |
| fastrakUpdate | ( | self | ) |
| updateTask | ( | self, | |
| state ) |
| device = device |
| deviceNo = DirectFastrak.fastrakCount |
|
static |
| str name = 'Fastrak-' + repr(DirectFastrak.fastrakCount) |
|
static |
| tracker = None |
| trackerPos = None |
| updateFunc = self.fastrakUpdate |
| updateTask = base.direct.deviceManager.createTracker(self.device) |