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

Method update

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

Source from the content-addressed store, hash-verified

122@define
123class Tiles(ExampleScene):
124 def update(self):
125 ExampleScene.update(self)
126 self.state.sticky = False
127 self.state.height = 0.8
128 self.state.offset = (
129 0.15 * math.cos(self.cycle),
130 0.15 * math.sin(self.cycle),
131 )
132
133@define
134class Steady(ExampleScene):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected