Contents

snapshot()

Renders the scene to a new image object.

Declaration

func snapshot() -> UIImage

Return Value

An image object depicting the scene in its current state.

Discussion

This method is thread-safe and may be called at any time.

See Also

Managing the SceneKit Scene