MovementDirection.updateOtherPosition C# (CSharp) Method

updateOtherPosition() private method

private updateOtherPosition ( ) : void
return void
    private void updateOtherPosition()
    {
        lastOtherPosition = transform.position;
        lastOtherPositionTime = Time.time;
    }