Skip to main content

screenshot

Function screenshot 

Source
pub fn screenshot(port: u16, path: &str) -> Result<()>
Expand description

concinnity debug screenshot <path>: capture the last presented frame to a PNG. Resolves path to an absolute path so the file lands where the caller expects regardless of the engine’s working directory. Exits 0 only on success.