Skip to content

selectTransitionVariant

selectTransitionVariant(family, edges): VariantSelection | undefined

Defined in: packages/declarative-hex-worlds/src/selectors/selectors.ts:143

Select the variant covering edges for a transition family, or undefined when the family is unknown or no variant covers the mask (a NON-throwing counterpart to selectVariant, for the AssetSource.resolveEdge seam where a miss must fall through rather than error). RFC0-9b.

string

HexEdgeInput

VariantSelection | undefined