nanos world API Reference Unofficial documentation
Event Client

SceneCapture.Capture

Triggered when this SceneCapture does an update/renders a frame

Syntax

Lua
SceneCapture.Subscribe("Capture", function(self)
    -- il tuo codice
end)

Arguments

Name Type Default Description
self SceneCapture