MCPcopy Create free account
hub / github.com/RoboVerseOrg/RoboVerse / update

Method update

get_started/obj_layout/object_layout.py:147–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 ]
146
147 def update(self) -> bool:
148 for event in pygame.event.get():
149 if event.type == pygame.QUIT:
150 return False
151 return True
152
153 def get_selected_entity(self) -> tuple[str, str]:
154 """Returns (entity_name, entity_type)"""

Callers 7

add_geometryMethod · 0.45
object_mappingMethod · 0.45
create_envFunction · 0.45
5_hybrid_sim.pyFile · 0.45
_worker_mainFunction · 0.45
mainFunction · 0.45
object_layout.pyFile · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected