Class LocomotionBlendInfo

Defines a blend where multiple clips are blended to compose a character locomotion.

Constructors

Properties

_compensateBackwardsMotion: boolean

Accessors

  • get compensateBackwardsMotion(): boolean
  • Compensate backwards motion by invertion left/right clips when walking backwards and adjusting weights dynamically. This is only used if BackwardLeftClip and BackwardRightClip are not available.

    Returns boolean

  • set compensateBackwardsMotion(value): void
  • Parameters

    • value: boolean

    Returns void

Methods