![]() |
Roboid Control for Python 0.4
|
This is the complete list of members for Thing, including all inherited members.
| __init__(self, Optional['Participant'] owner=None, Optional['Thing'] parent=None) | Thing | |
| AddChild(self, 'Thing' child) | Thing | |
| angular_velocity (defined in Thing) | Thing | |
| angular_velocity_updated (defined in Thing) | Thing | |
| AngularVelocity (defined in Thing) | Thing | static |
| CreateRoot('Participant' owner) (defined in Thing) | Thing | static |
| FindChild(self, str name, bool recurse=True) | Thing | |
| GenerateBinary(self, bytearray bytes, set[int] ix_ref) | Thing | |
| GetChild(self, int thing_id, bool recurse=False) | Thing | |
| GetTimeMs() | Thing | static |
| linear_velocity (defined in Thing) | Thing | |
| linear_velocity_updated (defined in Thing) | Thing | |
| LinearVelocity (defined in Thing) | Thing | static |
| name (defined in Thing) | Thing | |
| Orientation (defined in Thing) | Thing | static |
| orientation (defined in Thing) | Thing | |
| orientation_updated (defined in Thing) | Thing | |
| owner | Thing | |
| parent (defined in Thing) | Thing | |
| Position (defined in Thing) | Thing | static |
| position (defined in Thing) | Thing | |
| position_updated (defined in Thing) | Thing | |
| ProcessBinary(self, bytes data) | Thing | |
| RemoveChild(self, 'Thing' child) | Thing | |
| SetAngularVelocity(self, Spherical angular_velocity) | Thing | |
| SetLinearVelocity(self, Spherical linear_velocity) | Thing | |
| SetOrientation(self, SwingTwist orientation) | Thing | |
| SetParent(self, Optional['Thing'] parent) | Thing | |
| SetPosition(self, Spherical position) | Thing | |
| type (defined in Thing) | Thing | |
| Update(self, bool recurse=False) | Thing |