An entity id wrapped in a generic type that allows Harmony to infer the component shape from the underlying primitive type.
A schema whose components are standard JavaScript objects or scalar values. Unlike binary components, native components are stored in an array-of- structs architecture.
A schema whose components are stored in one or more TypedArrays. If the schema shape is complex (i.e non-scalar), derived components will be stored in a struct-of-array architecture, where each component field is allocated a separate, tightly-packed TypedArray.
Create a native schema. Returns an id that can be used to reference the schema throughout Harmony's API.
Create a binary schema. Returns an id that is used to reference the schema throughout Harmony's API.
Generated using TypeDoc
A module used to create schema—component templates.