Click or drag to resize
EasedMovementBehaviour Class
Eases out and restricts transitions between positions.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.TransformsEasedMovementBehaviour

Namespace: Slash.Unity.Common.Transforms
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class EasedMovementBehaviour : MonoBehaviour

The EasedMovementBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodEasedMovementBehaviour
Initializes a new instance of the EasedMovementBehaviour class
Top
Properties
Methods
Fields
  NameDescription
Public fieldBoundsHard
Collider to clamp position to, always.
Public fieldBoundsSoft
Collider to clamp position to, when requested.
Public fieldEaseFactor
Public fieldIgnoreBoundsX
Public fieldIgnoreBoundsY
Public fieldIgnoreBoundsZ
Public fieldStatic
Prevents all movement.
Public fieldTarget
Game object to move.
Top
See Also