Skip to main content

export

Function export 

Source
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 a warmed runtime cache segment, written to out as a zip or a directory.