Skip to content

BootstrapResult

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/core.ts:185

Return value of bootstrapKayKitAssets.

readonly edition: "free" | "extra"

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/core.ts:187

Pack edition that was bootstrapped.


readonly fileCount: number

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/core.ts:191

Total number of files written (gltf + bin + textures + any extras).


readonly integritySidecar: string

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/core.ts:195

Absolute path of the integrity sidecar.


readonly outRoot: string

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/core.ts:189

Absolute path of the bootstrap target root.


readonly totalBytes: number

Defined in: packages/declarative-hex-worlds/src/cli/commands/bootstrap/core.ts:193

Sum of BootstrapFileEntry.bytes.