RSX Code Reference
    Preparing search index...
    • rsx
    • LocomotionBlendInfo

    Class LocomotionBlendInfo

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

    Index
    _compensateBackwardsMotion: boolean
    • 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: boolean): void

      Parameters

      • value: boolean

      Returns void