Contents

update(deltaTime:)

Update the game manually. Call this function if automaticUpdate was not set when registering the Tabletop instance.

Declaration

func update(deltaTime: Double)

See Also

Creating a tabletop game