pub fn export(
json_path: Option<&str>,
name: Option<&str>,
version: Option<&str>,
platform: Option<&str>,
out: &str,
format: &str,
dmg: bool,
) -> Result<()>Expand description
Package a built world into a distributable bundle: the player binary, the
blob, and the shader cache, written to out as a zip or a directory.