Skip to main content

PoseToMapping

Namespace with functions for converting pose name arrays into records

Index

Functions

Functions

readonlyArray


  • Parameters

    • poses: readonly AssetPoseName[]

      The to-be unflattened pose array

    • warningPrefix: string = null

      A prefix to-be prepended to any warning messages

    Returns Partial<Record<keyof AssetPoseMap, AssetPoseName[]>>

readonlyScalar


  • Parameters

    • poses: readonly AssetPoseName[]

      The to-be unflattened pose array

    • warningPrefix: string = null

      A prefix to-be prepended to any warning messages

    Returns Partial<Record<keyof AssetPoseMap, AssetPoseName>>

Page Options