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.
Parameters
Section titled “Parameters”family
Section titled “family”string
Returns
Section titled “Returns”VariantSelection | undefined