Skip to content

Blueprint

Defined in: Blueprint.ts:7

A reusable entity template. Blueprints define how to assemble an entity from components, given optional parameters.

P = void

readonly name: string

Defined in: Blueprint.ts:8

build(entity, params): void

Defined in: Blueprint.ts:9

Entity

P

void