![]() |
Roboid Control for Python
|
This is the complete list of members for Thing, including all inherited members.
__init__(self, Optional['Participant'] owner=None, Optional['Thing'] parent=None, int thing_type=Type.Undetermined, int thing_id=0) | 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 |
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 |
Orientation (defined in Thing) | Thing | static |
orientation (defined in Thing) | Thing | |
orientation_updated (defined in Thing) | Thing | |
owner (defined in Thing) | 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, Quaternion orientation) | Thing | |
SetParent(self, Optional['Thing'] parent) | Thing | |
SetPosition(self, Spherical position) | Thing | |
Update(self, int currentTimeMs=0, bool recurse=False) | Thing |