Panda3D
|
Public Member Functions | |
__init__ (self, device='Analog0', nodePath=None) | |
destroy (self) | |
disable (self) | |
enable (self) | |
normalizeChannel (self, chan, minVal=-1, maxVal=1) | |
radamecDebug (self) | |
updateTask (self, state) | |
![]() | |
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 | |
aList | |
analogs | |
device | |
maxRange | |
minRange | |
name | |
numAnalogs | |
updateTask | |
Static Public Attributes | |
notify = DirectNotifyGlobal.directNotify.newCategory('DirectRadamec') | |
int | radamecCount = 0 |
![]() | |
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 | |
![]() | |
_addTask (self, task) | |
_clearTask (self, task) | |
![]() | |
_taskList | |
__init__ | ( | self, | |
device = 'Analog0', | |||
nodePath = None ) |
Reimplemented from DirectObject.
destroy | ( | self | ) |
disable | ( | self | ) |
enable | ( | self | ) |
normalizeChannel | ( | self, | |
chan, | |||
minVal = -1, | |||
maxVal = 1 ) |
radamecDebug | ( | self | ) |
updateTask | ( | self, | |
state ) |
aList |
analogs |
device |
maxRange |
minRange |
name |
|
static |
numAnalogs |
|
static |
updateTask |