LatticeDeformer.onUpdate

Called during the update phase of a new frame.

class LatticeDeformer
protected @nogc override
void
onUpdate
(
float delta
,
DrawList drawList
)

Parameters

delta float

Time since the last frame.

drawList DrawList

The drawlist for the active scene.

Meta