MovementProcess.OnMovementProfileChanged

Method in MovementProcess

Declaration

protected virtual void OnMovementProfileChanged(MovementProfile newProfile, MovementProfile oldProfile)

Description

A callback invoked when the movement profile changes.

Parameters

newProfileThe new movement profile.
oldProfileThe previous movement profile.