PyBullet.addUserData / getUserData / removeUserData / getUserDataId / getNumUserData / getUserDataInfo
See examples/pybullet/examples/userData.py how to use it. TODO: add to PyBullet Quickstart Guide. Thanks to Tigran Gasparian for the contribution!
This commit is contained in:
@@ -30,6 +30,11 @@ struct btHashString
|
||||
return m_hash;
|
||||
}
|
||||
|
||||
btHashString()
|
||||
{
|
||||
m_string="";
|
||||
m_hash=0;
|
||||
}
|
||||
btHashString(const char* name)
|
||||
:m_string(name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user