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

Method update

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

Source from the content-addressed store, hash-verified

107@define
108class Height(ExampleScene):
109 def update(self):
110 ExampleScene.update(self)
111 self.state.height = math.sin(self.cycle/2)**2
112
113@define
114class Offset(ExampleScene):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected