mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
Fix pybullet.addUserDebugPoints help
This commit is contained in:
parent
00dcce85f5
commit
b22a2432b5
@ -12910,7 +12910,7 @@ static PyMethodDef SpamMethods[] = {
|
||||
"A lifeTime of 0 means permanent until removed. Returns a unique id for the user debug item."},
|
||||
|
||||
{"addUserDebugPoints", (PyCFunction)pybullet_addUserDebugPoints, METH_VARARGS | METH_KEYWORDS,
|
||||
"Add a user debug draw point with pointPositions[3], pointColorsRGB[3], pointSize, lifeTime. "
|
||||
"Add user debug draw points with pointPositions[3], pointColorsRGB[3], pointSize, lifeTime. "
|
||||
"A lifeTime of 0 means permanent until removed. Returns a unique id for the user debug item."},
|
||||
|
||||
{"addUserDebugText", (PyCFunction)pybullet_addUserDebugText, METH_VARARGS | METH_KEYWORDS,
|
||||
|
Loading…
Reference in New Issue
Block a user