MCPcopy Create free account
hub / github.com/BrokenSource/DepthFlow / update

Method update

examples/docs.py:188–190  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

186@define
187class Center(ExampleScene):
188 def update(self):
189 ExampleScene.update(self)
190 self.state.center = (math.sin(self.cycle), 0.0)
191
192@define
193class Origin(ExampleScene):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected