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

Method update

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

Source from the content-addressed store, hash-verified

113@define
114class Offset(ExampleScene):
115 def update(self):
116 ExampleScene.update(self)
117 self.state.offset = (
118 math.cos(self.cycle),
119 math.sin(self.cycle),
120 )
121
122@define
123class Tiles(ExampleScene):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected